mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Indentation fix
This commit is contained in:
@@ -67,7 +67,7 @@ def _check_date(event: Event) -> None:
|
||||
|
||||
|
||||
def _add_new_items(event: Event, items: List[Tuple[str, Optional[str], int]],
|
||||
cart_id: str, expiry: datetime) -> Optional[str]:
|
||||
cart_id: str, expiry: datetime) -> Optional[str]:
|
||||
err = None
|
||||
|
||||
# Fetch items from the database
|
||||
|
||||
Reference in New Issue
Block a user