Skip to content

Commit

Permalink
isort again
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbrew committed Apr 15, 2020
1 parent c65e99c commit dc3bda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/inspectdb/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from django.db import connection
from django.db.backends.base.introspection import TableInfo
from django.test import (
TestCase, TransactionTestCase, skipUnlessDBFeature, skipIfDBFeature
TestCase, TransactionTestCase, skipIfDBFeature, skipUnlessDBFeature,
)

from .models import PeopleMoreData
Expand Down

0 comments on commit dc3bda0

Please sign in to comment.