Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mde-pach committed Mar 19, 2024
1 parent e60fa2d commit eb9f2fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blitz/ui/blitz_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def __init__(self, settings: Settings = get_settings()) -> None:
self.preprompt = self._get_preprompt()

self.settings = settings
self.localhost_url = f"http://0.0.0.0:{settings.BLITZ_PORT}"
self.erd: str | None = None
self._current_project: str | None = None
self._current_app: BlitzApp | None = None
Expand Down

0 comments on commit eb9f2fa

Please sign in to comment.