Skip to content

Commit

Permalink
Automatic linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Github-actions committed May 6, 2022
1 parent f2bd90e commit 875085f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wger/core/management/commands/set-site-url.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Django
from django.contrib.sites.models import Site
from django.conf import settings
from django.contrib.sites.models import Site
from django.core.management.base import BaseCommand


"""
Sets the site URL
"""
Expand Down

0 comments on commit 875085f

Please sign in to comment.