mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Flake8 update
This commit is contained in:
@@ -86,8 +86,8 @@ moment_locales = {
|
||||
'te', 'tzm', 'zh-cn',
|
||||
}
|
||||
|
||||
toJavascript_re = re.compile(r'(?<!\w)(' + '|'.join(date_conversion_to_moment.keys()) + r')\b')
|
||||
toJavascriptOut_re = re.compile(r'(?<!\w)(' + '|'.join(out_date_conversion_to_moment.keys()) + r')\b')
|
||||
toJavascript_re = re.compile(r'(?<!\w)(' + '|'.join(date_conversion_to_moment.keys()) + r')\b') # noqa
|
||||
toJavascriptOut_re = re.compile(r'(?<!\w)(' + '|'.join(out_date_conversion_to_moment.keys()) + r')\b') # noqa
|
||||
|
||||
|
||||
def get_javascript_output_format(format_name):
|
||||
|
||||
@@ -22,7 +22,7 @@ from pretix.base.services.stats import order_overview
|
||||
|
||||
|
||||
class ReportlabExportMixin:
|
||||
multiBuild = False
|
||||
multiBuild = False # noqa
|
||||
|
||||
@property
|
||||
def pagesize(self):
|
||||
|
||||
Reference in New Issue
Block a user