mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-22 11:51:29 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
from .testcases import (
|
||||
TestCase as TestCase,
|
||||
TransactionTestCase as TransactionTestCase,
|
||||
SimpleTestCase as SimpleTestCase
|
||||
)
|
||||
from .testcases import TestCase as TestCase, TransactionTestCase as TransactionTestCase, SimpleTestCase as SimpleTestCase
|
||||
|
||||
from .utils import (
|
||||
override_settings as override_settings
|
||||
)
|
||||
from .utils import override_settings as override_settings
|
||||
|
||||
Reference in New Issue
Block a user