Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanExtreme002 committed Jan 20, 2024
1 parent b766c46 commit f59e3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyMemoryEditor/win32/process.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-

from ..enums import ScanTypesEnum
from ..errors import ClosedProcess
from ..process import AbstractProcess
from ..process.errors import ClosedProcess
from .enums import ProcessOperationsEnum

from .functions import (
Expand Down

0 comments on commit f59e3e8

Please sign in to comment.