Skip to content

Commit

Permalink
Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchop committed Oct 25, 2023
1 parent f6e25f7 commit 02acb32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dftimewolf/lib/exporters/timesketch.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ def SetUp(
self,
incident_id: str,
sketch_id: Optional[int],
analyzers: str,
token_password: str,
analyzers: Optional[str],
token_password: Optional[str],
endpoint: Optional[str],
username: Optional[str],
password: Optional[str],
Expand Down

0 comments on commit 02acb32

Please sign in to comment.