Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
See also: #17
  • Loading branch information
BECATRUE committed Dec 3, 2024
1 parent 9e2881a commit 8f2ca21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wlm_server/wlm_server/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@

import os

from django.conf import settings
from django.core.wsgi import get_wsgi_application

from cache.channel import ChannelCache

os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'wlm_server.settings')

application = get_wsgi_application()

0 comments on commit 8f2ca21

Please sign in to comment.