mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
Turn arg examine_all
into a kwarg
This commit is contained in:
parent
70bea223c5
commit
6e2d072490
@ -53,7 +53,7 @@ else:
|
||||
py2_exclude = ["concurrent", "concurrent.futures"]
|
||||
|
||||
|
||||
def get_all_imports(path, examine_all, encoding=None, extra_ignore_dirs=None):
|
||||
def get_all_imports(path, examine_all=None, encoding=None, extra_ignore_dirs=None):
|
||||
imports = set()
|
||||
raw_imports = set()
|
||||
candidates = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user