Skip to content

Commit

Permalink
🧪 Fix DAR101 @ _is_base64()
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 20, 2024
1 parent 561957f commit e613d5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/awx_plugins/credentials/conjur.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
def _is_base64(s: str) -> bool:
"""Check if a given string is base64-encoded.
:param s: String to check.
:returns: Whether the string is base64-encoded or not.
"""
try:
Expand Down

0 comments on commit e613d5a

Please sign in to comment.