Skip to content

Commit

Permalink
HARMONY-1949: Fix lint issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-durbin committed Nov 11, 2024
1 parent 043e042 commit 92202df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion harmony_service_lib/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,3 @@ def stage(config, local_filename, remote_filename, mime, logger, location=None):
s3.upload_file(local_filename, staging_bucket, key, ExtraArgs={'ContentType': mime})

return 's3://%s/%s' % (staging_bucket, key)

1 change: 0 additions & 1 deletion harmony_service_lib/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,3 @@ def run_cli(parser, args, AdapterClass, cfg=None):
'durationMs': duration_ms
}
duration_logger.info(f'timing.{cfg.app_name}.end', extra=extra_fields)

0 comments on commit 92202df

Please sign in to comment.