Skip to content

Commit

Permalink
vmray: fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-hunhoff committed Jul 24, 2024
1 parent f471386 commit f6d12bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capa/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import logging
import contextlib
import importlib.util
from typing import Dict, Union, BinaryIO, Iterator, List, NoReturn
from typing import Dict, List, Union, BinaryIO, Iterator, NoReturn
from pathlib import Path
from zipfile import ZipFile

Expand Down

0 comments on commit f6d12bc

Please sign in to comment.