mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
New tests and minor fixes
This commit is contained in:
@@ -85,7 +85,7 @@ class LazyI18nString:
|
||||
else:
|
||||
return str(self.data)
|
||||
|
||||
def __repr__(self) -> str:
|
||||
def __repr__(self) -> str: # NOQA
|
||||
return '<LazyI18nString: %s>' % repr(self.data)
|
||||
|
||||
def __lt__(self, other) -> bool: # NOQA
|
||||
|
||||
Reference in New Issue
Block a user