Skip to content

Commit 324a1c4

Browse files
harmonize flak8 and yapf
1 parent 179d449 commit 324a1c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

planet/cli/cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ def _configure_cli_auth_ctx(ctx,
7575
auth_profile_opt=auth_profile,
7676
auth_client_id_opt=auth_client_id,
7777
auth_client_secret_opt=auth_client_secret,
78-
auth_api_key_opt=auth_api_key,
79-
)
78+
auth_api_key_opt=auth_api_key)
8079

8180
# planet SDK Auth context type
8281
ctx.obj['PLSDK_AUTH'] = planet.Auth.from_plauth(

0 commit comments

Comments
 (0)