Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
madeindjs committed Jan 14, 2025
1 parent 9ad593e commit 3d23d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/writer/app_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def __init__(self,
self.app_path = app_path
self.mode = mode
self.run_code = run_code
self.source_files = {}
self.source_files: Dict = {}
self.bmc_components = bmc_components
self.is_app_process_server_ready = is_app_process_server_ready
self.is_app_process_server_failed = is_app_process_server_failed
Expand Down

0 comments on commit 3d23d8d

Please sign in to comment.