Skip to content

Commit f5a3fc6

Browse files
author
mathioud
committed
Remove src/python_inspector/resolution.py from PR
Signed-off-by: mathioud <georgios.mathioudakis@here.com>
1 parent 02f7659 commit f5a3fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_inspector/resolution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def get_requirements_from_python_manifest(
303303
else:
304304
# Do not raise exception here as we may have a setup.py that does not
305305
# have any dependencies.
306-
with open(setup_py_location) as sf:
306+
with (open(setup_py_location)) as sf:
307307
file_contents = sf.read()
308308
node = ast.parse(file_contents)
309309
setup_fct = [

0 commit comments

Comments
 (0)