mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-07 12:05:33 +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"]
|
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()
|
imports = set()
|
||||||
raw_imports = set()
|
raw_imports = set()
|
||||||
candidates = []
|
candidates = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user