Skip to content

Commit d8561d5

Browse files
committed
Fix find_valid_keys() export
1 parent f3cb698 commit d8561d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

find_gcp_keys/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Finds and reports valid Google Service Account keys on your filesystem
33
"""
44

5-
from find_gcp_keys.__main__ import find_key_paths, is_valid_key, search
5+
from find_gcp_keys.__main__ import find_key_paths, find_valid_keys, is_valid_key

0 commit comments

Comments
 (0)