Skip to content

Commit

Permalink
Forgot to run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Oct 30, 2024
1 parent 8db2e4f commit 416b4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def vendor_id(cls, _db):
)

@classmethod
def aws_config(cls) -> "AWSConfig":
def aws_config(cls) -> AWSConfig:
"""Return the AWS configurations setup in the environment"""
return AWSConfig(
bucket_name=os.environ.get(cls.AWS_S3_BUCKET_NAME),
Expand Down

0 comments on commit 416b4fa

Please sign in to comment.