Skip to content

Commit c705a66

Browse files
committed
Ran black
1 parent 40d27f0 commit c705a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/PyMatcha/utils/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from PyMatcha.utils.password import hash_password
22
from PyMatcha.utils.tables import _create_likes_table
33
from PyMatcha.utils.tables import _create_matches_table
4+
from PyMatcha.utils.tables import _create_messages_table
45
from PyMatcha.utils.tables import _create_reports_table
56
from PyMatcha.utils.tables import _create_tags_table
67
from PyMatcha.utils.tables import _create_user_table
78
from PyMatcha.utils.tables import _create_views_table
8-
from PyMatcha.utils.tables import _create_messages_table
99
from PyMatcha.utils.tables import create_tables
1010

1111
create_user_table = _create_user_table
@@ -25,5 +25,5 @@
2525
"create_reports_table",
2626
"create_likes_table",
2727
"create_matches_table",
28-
"create_messages_table"
28+
"create_messages_table",
2929
]

0 commit comments

Comments
 (0)