Skip to content

Commit 0a6cfd1

Browse files
committed
initialize app_instance for check
1 parent 9ea2418 commit 0a6cfd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dash/_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def load_app(app_path: str) -> Dash:
2424
except ImportError as e:
2525
raise ImportError(f"Could not import module '{module_str}'.") from e
2626

27+
app_instance = None
2728
if len(app_split) == 2:
2829
app_str = app_split[1]
2930
try:

0 commit comments

Comments
 (0)