mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-22 11:51:29 +08:00
black reformat, some fixes
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user