Skip to content

Commit c470eb3

Browse files
authored
Add import for typing.List
1 parent 718ff69 commit c470eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/dash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import base64
1919
import traceback
2020
from urllib.parse import urlparse
21-
from typing import Any, Callable, Dict, Optional, Union, Sequence, Literal
21+
from typing import Any, Callable, Dict, Optional, Union, Sequence, Literal, List
2222

2323
import flask
2424

0 commit comments

Comments
 (0)