Skip to content

Commit

Permalink
actually fetch library
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabello committed Dec 12, 2023
1 parent 4785874 commit 1922069
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def _events(self):

@property
def credentials(self):
"""Return the credentials, if any; otherwise, return None."""
if not all(
self._is_not_empty(x)
for x in [
Expand Down

0 comments on commit 1922069

Please sign in to comment.