Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
frankinspace committed Feb 12, 2025
1 parent e3de327 commit ff68da9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bignbit/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,10 @@ def get_harmony_client(environment_str: str) -> harmony.Client:

if not HARMONY_CLIENT:
HARMONY_CLIENT = Client(
env=harmony_environ,
auth=get_edl_creds(),
should_validate_auth=False
)
env=harmony_environ,
auth=get_edl_creds(),
should_validate_auth=False
)

return HARMONY_CLIENT

Expand Down

0 comments on commit ff68da9

Please sign in to comment.