Skip to content

Commit c26d714

Browse files
committed
rm unused import
1 parent afcef97 commit c26d714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash_auth/basic_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import base64
2-
from typing import Optional, Union
2+
from typing import Union
33
import flask
44
from dash import Dash
55

0 commit comments

Comments
 (0)