Skip to content

Commit 10743b1

Browse files
committed
Windows: Fix ruff issues in skeleton_key_check
1 parent 6ef57d1 commit 10743b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

volatility3/framework/plugins/windows/skeleton_key_check.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@
1111
#
1212
# https://volatility-labs.blogspot.com/2021/10/memory-forensics-r-illustrated.html
1313

14-
import io
1514
import logging
1615
from typing import Iterable, Tuple, List, Optional
1716

1817
import pefile
1918

2019
from volatility3.framework import interfaces, symbols, exceptions
21-
from volatility3.framework import renderers, constants
20+
from volatility3.framework import renderers
2221
from volatility3.framework.configuration import requirements
2322
from volatility3.framework.layers import scanners
2423
from volatility3.framework.objects import utility

0 commit comments

Comments
 (0)