Skip to content

Commit d81f18e

Browse files
Minor formatting
1 parent 27f464d commit d81f18e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/base.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ def setup_database(self) -> None:
4040
connection.autocommit = True
4141
self.cursor = connection.cursor()
4242
for file_name in [
43-
'0_extensions',
44-
'1_structure',
45-
'2_data_model',
46-
'3_data_web',
47-
'4_data_type',
48-
'data_test']:
43+
'0_extensions',
44+
'1_structure',
45+
'2_data_model',
46+
'3_data_web',
47+
'4_data_type',
48+
'data_test']:
4949
with open(
5050
Path(app.root_path).parent / 'install' /
5151
f'{file_name}.sql', encoding='utf8') as sql_file:

0 commit comments

Comments
 (0)