Skip to content

Commit

Permalink
fix!: remove unused is_ready property from the api client (uilibs#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jun 11, 2024
1 parent c20e7a9 commit c36ee42
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/uiprotect/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c36ee42

Please sign in to comment.