Skip to content

Commit

Permalink
Sorted imports with isort
Browse files Browse the repository at this point in the history
  • Loading branch information
bmispelon committed May 21, 2024
1 parent f52666e commit 353f1fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/modelsubquery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__version__ = "0.1"

from .functions import JSONModelField, model_to_json, ModelSubquery
from .functions import JSONModelField, ModelSubquery, model_to_json
3 changes: 1 addition & 2 deletions testproject/testapp/tests.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
from datetime import date

import time_machine
from django.test import TestCase

from model_bakery import baker
import time_machine

from .models import Book, Person

Expand Down

0 comments on commit 353f1fc

Please sign in to comment.