Skip to content

Commit 577f769

Browse files
authored
Merge pull request #1425 from ritiek/remove-unused-function-param
Remove unused function parameter Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
2 parents bd57613 + e38f3d5 commit 577f769

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/packagedcode/npm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def is_node_modules(location):
187187
and fileutils.file_name(location).lower() == 'node_modules')
188188

189189

190-
def parse(location, check_is_package=True):
190+
def parse(location):
191191
"""
192192
Return a Package object from a package.json file or None.
193193
"""

0 commit comments

Comments
 (0)