Skip to content

Commit

Permalink
[Backport release/1.7] CASMINST-7114: Correct syntax error with lru_c…
Browse files Browse the repository at this point in the history
…ache decorator (#664)

CASMINST-7114: Correct syntax error with lru_cache decorator

(cherry picked from commit a316d12)

Co-authored-by: Mitch Harding (the weird one) <[email protected]>
  • Loading branch information
github-actions[bot] and mharding-hpe authored Jan 15, 2025
1 parent 49453dd commit d9a4827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/csm_testing/tests/rgw_endpoint_check/__main__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# MIT License
#
# (C) Copyright 2022, 2024 Hewlett Packard Enterprise Development LP
# (C) Copyright 2022, 2024-2025 Hewlett Packard Enterprise Development LP
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -100,7 +100,7 @@ def main(): # pylint: disable=missing-function-docstring
"--upload, --delete-file, --list")


@lru_cache
@lru_cache()
def get_credentials() -> dict:
"""get credentials"""
jdata = json.loads(
Expand Down

0 comments on commit d9a4827

Please sign in to comment.