Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkrzem committed Dec 13, 2024
1 parent 36aa90e commit d0cdcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def execute_yara(self, job: Job, files: List[str]) -> None:
@staticmethod
def get_match_context(
data: bytes, matches: List[yara.Match]
) -> Dict[str, Dict[str, Dict[str, base64.b64decode]]]:
) -> Dict[str, Dict[str, Dict[str, str]]]:
context = {}
for yara_match in matches:
match_context = {}
Expand Down

0 comments on commit d0cdcd6

Please sign in to comment.