Skip to content

Commit 61e015b

Browse files
committed
another type hinting fix
1 parent 1fab8ee commit 61e015b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

openapi_python_client/parser/properties/merge_properties.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from collections.abc import Callable
2-
from typing import Any, Dict, TypeVar, Union, cast
1+
from typing import Any, Callable, Dict, TypeVar, Union, cast
32

43
from attr import evolve
54

0 commit comments

Comments
 (0)