Skip to content

Commit 26c822c

Browse files
committed
fix: sort imports
1 parent 57dc509 commit 26c822c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

django/apps/existing_database/models.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
from mapswipe.db import Model
2-
31
from django.contrib.gis.db import models as gis_models
42
from django.db import models
3+
from mapswipe.db import Model
54

65
# NOTE: Django model defination and existing table structure doesn't entirely matches.
76
# This is to be used for testing only.

0 commit comments

Comments
 (0)