mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
remove print statement
This commit is contained in:
parent
3078aec57b
commit
88725503c4
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ def get_your_keys(credentials_file):
|
|||
keys = set()
|
||||
for section in parser.sections():
|
||||
keys.add(parser.get(section, 'aws_secret_access_key'))
|
||||
print(str(keys))
|
||||
return keys
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue