Skip to content

Commit a0fbbb8

Browse files
committed
Linting
1 parent 892761e commit a0fbbb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dep_license/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ def parse_pyproject_file(input_file):
8484
for i in pkg_resources.parse_requirements(reqs):
8585
output.append(i.project_name)
8686
return output
87-
88-
87+
88+
8989
def parse_pyproject_file_poetry(input_file):
9090
cf = toml.load(input_file)
9191
return [

0 commit comments

Comments
 (0)