Skip to content

Commit

Permalink
Isort
Browse files Browse the repository at this point in the history
  • Loading branch information
msm-code authored and psrok1 committed Apr 11, 2024
1 parent 48a8161 commit df292cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion malduck/procmem/binmem.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
from abc import ABCMeta, abstractmethod
from typing import Iterator, List, Optional, Type, TypeVar
from hashlib import sha256
from typing import Iterator, List, Optional, Type, TypeVar

from .procmem import ProcessMemory, ProcessMemoryBuffer
from .region import Region
Expand Down

0 comments on commit df292cd

Please sign in to comment.