Skip to content

Commit b98a311

Browse files
committed
Core: Fix up recent typing changes
1 parent 374960f commit b98a311

File tree

1 file changed

+1
-1
lines changed
  • volatility3/framework/plugins/windows

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/windows/psscan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import datetime
66
import logging
7-
from typing import Iterable, Callable, Tuple
7+
from typing import Iterable, Callable, Optional, Tuple
88

99
from volatility3.framework import renderers, interfaces, layers, exceptions
1010
from volatility3.framework.configuration import requirements

0 commit comments

Comments
 (0)