Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit 90e87ee

Browse files
committed
chore: Run updated linters
1 parent 1ebb1fb commit 90e87ee

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

openapi_tester/schema_tester.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
)
3939

4040
if TYPE_CHECKING:
41-
4241
from rest_framework.response import Response
4342

4443

test_project/migrations/0001_initial.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66

77
class Migration(migrations.Migration):
8-
98
initial = True
109

1110
dependencies: list[tuple[str, str]] = []

test_project/migrations/0002_names_name.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55

66
class Migration(migrations.Migration):
7-
87
dependencies = [
98
("test_project", "0001_initial"),
109
]

tests/test_errors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def test_case_error_message():
2626

2727

2828
class TestValidatorErrors:
29-
3029
# Message only-format exceptions
3130

3231
def test_validate_min_properties_error(self):

tests/test_validators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def test_type_validation():
8686

8787
for schema in example_schema_types:
8888
for response in example_response_types:
89-
9089
response_python_type = type(response).__name__
9190
schema_python_type = OPENAPI_PYTHON_MAPPING[schema["type"]]
9291

0 commit comments

Comments
 (0)