Skip to content

Commit a025299

Browse files
deepsource-autofix[bot]dbanty
authored andcommitted
Remove unused imports
1 parent 5ebc43b commit a025299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi_python_client/openapi_parser/openapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from typing import Any, Dict, Generator, Iterable, List, Optional, Set
66

77
from .errors import ParseError
8-
from .properties import EnumProperty, ListProperty, Property, property_from_dict
8+
from .properties import EnumProperty, Property, property_from_dict
99
from .reference import Reference
1010
from .responses import ListRefResponse, RefResponse, Response, response_from_dict
1111

0 commit comments

Comments
 (0)