Skip to content

Commit 45934ae

Browse files
committed
removed import for ruff
1 parent 6537086 commit 45934ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/windows/svcdiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0
33
#
44
import logging
5-
from volatility3.framework import interfaces, deprecation
5+
from volatility3.framework import deprecation
66
from volatility3.plugins.windows.malware import svcdiff
77
from volatility3.plugins.windows import svcscan
88

0 commit comments

Comments
 (0)