Skip to content

Commit

Permalink
fix: remove unused _api variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Oct 14, 2023
1 parent 4cc81f8 commit a82b031
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/modules/sbstudio/plugin/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@

__all__ = ("get_api",)

"""One singleton API object that the entire Blender plugin uses to talk to
Skybrush Studio. Constructed lazily so we can defer importing the API.
"""
_api: Optional[SkybrushStudioAPI] = None

_fallback_api_key: str = "trial"
"""Fallback API key to use when the user did not enter any API key"""

Expand Down

0 comments on commit a82b031

Please sign in to comment.