Skip to content

Commit

Permalink
flake8/linter cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Dec 9, 2024
1 parent 3efebe3 commit ff61757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sageworks/core/cloud_platform/aws/aws_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def boto3_session(self):

# Check the execution environment and determine if we need to assume the SageWorks Role
if running_on_lambda() or running_on_glue() or self.is_sageworks_role():
self.log.important(f"Using the default Boto3 session...")
self.log.important("Using the default Boto3 session...")
return boto3.Session()

# Okay, so we need to assume the SageWorks Role
Expand Down

0 comments on commit ff61757

Please sign in to comment.