mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 21:14:49 +08:00
lint fixes
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# noinspection PyUnresolvedReferences
|
||||
from pytest_mypy.collect import File, YamlTestFile, pytest_addoption
|
||||
from pytest_mypy.collect import ( # noqa: F401
|
||||
File, YamlTestFile, pytest_addoption,
|
||||
)
|
||||
from pytest_mypy.item import YamlTestItem
|
||||
|
||||
|
||||
@@ -38,5 +40,3 @@ class NewSemanalDjangoTestItem(YamlTestItem):
|
||||
|
||||
mysettings_file = File(path='mysettings.py', content=settings_contents)
|
||||
self.files.append(mysettings_file)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user