Skip to content

Commit

Permalink
Fix black issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrosenthal committed Feb 12, 2024
1 parent 7cf42e6 commit 14094a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions algobowl/config/app_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Configuration in this file is overridden by the paste config.
"""

import tg
from depot.manager import DepotManager
from markupsafe import Markup
Expand Down
1 change: 1 addition & 0 deletions algobowl/lib/app_globals.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""The application's Globals object"""

import tg
from cryptography.fernet import Fernet

Expand Down
1 change: 1 addition & 0 deletions algobowl/lib/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
This module is exposed in all templates under the name ``h``.
"""

from datetime import date, datetime, time, timedelta

import tg
Expand Down
1 change: 1 addition & 0 deletions algobowl/websetup/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Setup the algobowl application"""

from algobowl.config.environment import load_environment

from .bootstrap import bootstrap
Expand Down

0 comments on commit 14094a9

Please sign in to comment.