Skip to content

Commit

Permalink
Update python formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
manti-by committed Feb 12, 2024
1 parent 6d0b471 commit cc92f19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions semkov/apps/core/middleware/language.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

class LocaleMiddleware:
def __init__(self, get_response):
"""Basic middleware constructor."""
self.get_response = get_response

def __call__(self, request):
Expand Down
4 changes: 2 additions & 2 deletions semkov/settings/test.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from .base import *
from .base import * # noqa

DEBUG = False

TEMPLATE_DEBUG = False

SECRET_KEY = "insecure-key"
SECRET_KEY = "insecure-key" # noqa

ALLOWED_HOSTS = ("127.0.0.1",)

Expand Down

0 comments on commit cc92f19

Please sign in to comment.