Skip to content
Snippets Groups Projects
Commit 29d6402c authored by Petr Kalashnikov's avatar Petr Kalashnikov
Browse files

Fix typo

parent 41bebbab
No related branches found
No related tags found
1 merge request!7OM46, del 1: Support batch_complete endpoint from setra
Pipeline #56802 passed
......@@ -74,12 +74,8 @@ class Batch(BaseModel):
batchid: str
period: str
interface: str
<<<<<<< HEAD
client: Optional[str]
vouchertype: Optional[str]
=======
vouchertype: typing.Optional[str]
>>>>>>> origin/master
vouchers: typing.List[Voucher]
batch_validated_ok_date: Optional[datetime.datetime]
batch_rejected_code: Optional[str]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment