Skip to content

Commit

Permalink
Fix find_valid_keys() export
Browse files Browse the repository at this point in the history
  • Loading branch information
dinvlad committed Sep 2, 2020
1 parent f3cb698 commit d8561d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion find_gcp_keys/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Finds and reports valid Google Service Account keys on your filesystem
"""

from find_gcp_keys.__main__ import find_key_paths, is_valid_key, search
from find_gcp_keys.__main__ import find_key_paths, find_valid_keys, is_valid_key

0 comments on commit d8561d5

Please sign in to comment.