Skip to content

Commit

Permalink
i will not be defeated by a linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rtjoseph11 committed Dec 8, 2023
1 parent 12340dd commit 4ba776a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gestalt/vault.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class Vault(Provider):
@retry(exceptions=(RuntimeError, Timeout), delay=2, tries=5) # type: ignore
@retry((RuntimeError, Timeout), delay=2, tries=5) # type: ignore
def __init__(self,
cert: Optional[Tuple[str, str]] = None,
role: Optional[str] = None,
Expand Down

0 comments on commit 4ba776a

Please sign in to comment.