Skip to content

Commit

Permalink
Fix mypy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Jan 10, 2025
1 parent ff97433 commit 5da1b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lgl_android_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def __init__(
self.host_path = host_path
self.device_file = device_file
self.has_config = has_config
self.config = None
self.config: Optional[str] = None


def get_device_name(
Expand Down

0 comments on commit 5da1b55

Please sign in to comment.