Skip to content

Commit 0d59efc

Browse files
committed
Format code with Black
1 parent 398cdbb commit 0d59efc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

backend/pennmobile/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"sublet",
5656
"phonenumber_field",
5757
"market",
58-
"games"
58+
"games",
5959
]
6060

6161
MIDDLEWARE = [

backend/pennmobile/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
path("sublet/", include("sublet.urls")),
3131
path("market/", include("market.urls")),
3232
path("wrapped/", include("wrapped.urls")),
33+
path("games/", include("games.urls")),
3334
]
3435

3536

0 commit comments

Comments
 (0)