Skip to content

Commit

Permalink
fix noqa comment
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyheppell committed Jul 3, 2024
1 parent d81d2bc commit 25f3820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extractor/dl/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ def __init__(self, target, session, version):
self.scanner = WPApi(self.target, session=session)

@staticmethod
def export_decorator(
def export_decorator( # noqa: D102
export_func, is_all, export_str, json, csv, values, kwargs=None
): # noqa: D102
):
kwargs = kwargs or {}
if json is not None:
json_file = json
Expand Down

0 comments on commit 25f3820

Please sign in to comment.