Skip to content

Commit e38f3d5

Browse files
committed
Remove unused function parameter
Signed-off-by: Ritiek Malhotra <ritiekmalhotra123@gmail.com>
1 parent bd57613 commit e38f3d5

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)