Skip to content

Commit

Permalink
style(apis_metainfo): fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Sep 18, 2024
1 parent 1727387 commit b98df0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apis_core/apis_metainfo/apps.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import logging

from django.apps import AppConfig
from django.conf import settings
import logging

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit b98df0c

Please sign in to comment.