Skip to content

Commit 2064eea

Browse files
committed
Fix ruff
1 parent 20111c9 commit 2064eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_openapi3/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import sys
88
from enum import Enum
99
from http import HTTPStatus
10-
from typing import Dict, Type, Callable, List, Tuple, Optional, Any, DefaultDict, Union
10+
from typing import Type, Callable, Optional, Any, DefaultDict, Union
1111
from typing import get_args, get_origin, get_type_hints
1212

1313
try:

0 commit comments

Comments
 (0)