We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20111c9 commit 2064eeaCopy full SHA for 2064eea
flask_openapi3/utils.py
@@ -7,7 +7,7 @@
7
import sys
8
from enum import Enum
9
from http import HTTPStatus
10
-from typing import Dict, Type, Callable, List, Tuple, Optional, Any, DefaultDict, Union
+from typing import Type, Callable, Optional, Any, DefaultDict, Union
11
from typing import get_args, get_origin, get_type_hints
12
13
try:
0 commit comments