Skip to content

Commit

Permalink
Pylint.
Browse files Browse the repository at this point in the history
  • Loading branch information
ausmaster committed Sep 24, 2024
1 parent 140167c commit c34d01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vaultlib/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ class NVDParallelAPICaller: # pylint: disable=R0902
"""
Introduces parallelism for API calls to NVD.
"""
def __init__( # pylint: disable=R0913
def __init__( # pylint: disable=R0913,R0917
self,
delay: float,
progress_callback: Callable[[int, int], None],
Expand Down

0 comments on commit c34d01f

Please sign in to comment.