Skip to content

Commit

Permalink
Fix trivial style
Browse files Browse the repository at this point in the history
  • Loading branch information
cslzchen committed Oct 28, 2023
1 parent 78eeec2 commit 81bb687
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions addons/boa/apps.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import os

from addons.base.apps import BaseAddonAppConfig
from addons.boa.settings import MAX_UPLOAD_SIZE

HERE = os.path.dirname(os.path.abspath(__file__))
TEMPLATE_PATH = os.path.join(
HERE,
'templates'
)
TEMPLATE_PATH = os.path.join(HERE, 'templates')


class BoaAddonAppConfig(BaseAddonAppConfig):

Expand Down

0 comments on commit 81bb687

Please sign in to comment.