mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-14 05:37:39 +02:00
Finish off the automagic directory type annotations.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"""
|
||||
import typing
|
||||
|
||||
ProgressCallback = typing.Union[typing.Callable[[int, str], None], None]
|
||||
ProgressCallback = typing.Optional[typing.Callable[[int, str], None]]
|
||||
|
||||
|
||||
class ValidityRoutines(object):
|
||||
|
||||
Reference in New Issue
Block a user