style: format code using black

This commit is contained in:
jo 2023-02-01 11:16:58 +01:00 committed by Jonas L
parent c3e60f7cd4
commit 1e6c5a84d3
8 changed files with 7 additions and 6 deletions

View file

@ -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))