style: format code using black
This commit is contained in:
parent
c3e60f7cd4
commit
1e6c5a84d3
8 changed files with 7 additions and 6 deletions
|
@ -39,7 +39,6 @@ for setup in glob("*/setup.py"):
|
|||
and isinstance(node.value.func, ast.Name)
|
||||
and node.value.func.id == "setup"
|
||||
):
|
||||
|
||||
for keyword in node.value.keywords:
|
||||
if keyword.arg == "install_requires":
|
||||
requires.extend(ast.literal_eval(keyword.value))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue