From ff68da9c3e81fb2738c15412b54fc893d12673ee Mon Sep 17 00:00:00 2001 From: Frank Greguska <89428916+frankinspace@users.noreply.github.com> Date: Wed, 12 Feb 2025 14:44:24 -0600 Subject: [PATCH] fix lint --- bignbit/utils.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bignbit/utils.py b/bignbit/utils.py index 4ed7968..f713fbc 100644 --- a/bignbit/utils.py +++ b/bignbit/utils.py @@ -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