From c36ee422ddd04f811019d2e99cbb1d6b398eae01 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 11 Jun 2024 12:38:36 -0500 Subject: [PATCH] fix!: remove unused is_ready property from the api client (#33) --- src/uiprotect/api.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/uiprotect/api.py b/src/uiprotect/api.py index e7723d77..afbbfc0e 100644 --- a/src/uiprotect/api.py +++ b/src/uiprotect/api.py @@ -746,10 +746,6 @@ def __init__( if debug: set_debug() - @property - def is_ready(self) -> bool: - return self._bootstrap is not None - @cached_property def bootstrap(self) -> Bootstrap: if self._bootstrap is None: