Skip to content

Commit

Permalink
fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-crz committed Oct 22, 2023
1 parent 6bfb9b8 commit 190ce1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions pipreqs/pipreqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,6 @@ def get_all_imports(path, encoding=None, extra_ignore_dirs=None, follow_links=Tr
return list(packages - data)


def filter_line(line):
return len(line) > 0 and line[0] != "#"


def filter_ext(file_name, acceptable):
return os.path.splitext(file_name)[1] in acceptable

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
include_package_data=True,
package_data={'': ['stdlib', 'mapping']},
install_requires=requirements,
extras_require={"jupyter":jupyter_requirements},
extras_require={"jupyter": jupyter_requirements},
license='Apache License',
zip_safe=False,
keywords='pip requirements imports',
Expand Down

0 comments on commit 190ce1c

Please sign in to comment.