Apply black formatting

This commit is contained in:
Adam Goldsmith 2023-09-22 22:10:13 -04:00
parent ef23433c8f
commit 8b845bab05
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ def main():
"charset": "utf8", "charset": "utf8",
"sql_mode": "PIPES_AS_CONCAT", "sql_mode": "PIPES_AS_CONCAT",
"use_unicode": True, "use_unicode": True,
} },
) )
HIDEvent.create_table() HIDEvent.create_table()
for door in config.doors.values(): for door in config.doors.values():

View File

@ -86,7 +86,7 @@ def main():
"charset": "utf8", "charset": "utf8",
"sql_mode": "PIPES_AS_CONCAT", "sql_mode": "PIPES_AS_CONCAT",
"use_unicode": True, "use_unicode": True,
} },
) )
do_import(config) do_import(config)