From a82b0317ea4a9489a4277a4893b70ab9a9cd12f9 Mon Sep 17 00:00:00 2001 From: Tamas Nepusz Date: Sat, 14 Oct 2023 23:05:52 +0200 Subject: [PATCH] fix: remove unused _api variable --- src/modules/sbstudio/plugin/api.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/modules/sbstudio/plugin/api.py b/src/modules/sbstudio/plugin/api.py index b90ca0f1..ff6e53cf 100644 --- a/src/modules/sbstudio/plugin/api.py +++ b/src/modules/sbstudio/plugin/api.py @@ -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"""