Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
NodeJSmith committed Dec 13, 2024
1 parent c16aec7 commit bc675f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/otf_api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(

if user:
self.user = user
elif username and password or (access_token and id_token):
elif (username and password) or (access_token and id_token):
self.user = OtfUser(
username=username,
password=password,
Expand Down
2 changes: 1 addition & 1 deletion src/otf_api/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"MemberDetail",
"MemberMembership",
"MemberPurchaseList",
"OtfClassList",
"OtfClass",
"OtfClassList",
"OutOfStudioWorkoutHistoryList",
"Pagination",
"PerformanceSummaryDetail",
Expand Down

0 comments on commit bc675f4

Please sign in to comment.