Skip to content

Commit 9059430

Browse files
committed
Fix pr
1 parent 2a5f181 commit 9059430

File tree

6 files changed

+4925
-3440
lines changed

6 files changed

+4925
-3440
lines changed

dash/dash.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
import base64
1717
import traceback
1818
from urllib.parse import urlparse
19-
from typing import Dict, Optional, Union
20-
from typing import List, Dict, Union, Optional
21-
22-
# from typing import List, Dict, Union
19+
from typing import Dict, Optional, Union, List, Any
2320

2421
import flask
2522

@@ -378,6 +375,7 @@ class Dash:
378375
STARTUP_ROUTES: list = []
379376

380377
def __init__( # pylint: disable=too-many-statements
378+
self,
381379
name: Optional[str] = None,
382380
server: Union[bool, flask.Flask] = True,
383381
assets_folder: str = "assets",

dash/testing/test_dash_init.py

Lines changed: 0 additions & 16 deletions
This file was deleted.
File renamed without changes.

explainerdashboard

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)