mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-27 12:04:50 +02:00
A few additional typing fixes.
This commit is contained in:
@@ -54,6 +54,7 @@ def wintime_to_datetime(wintime: int) -> typing.Union[
|
||||
except ValueError:
|
||||
return renderers.UnparsableValue()
|
||||
|
||||
|
||||
def round(addr, align, up = False):
|
||||
"""Round an address up or down based on an alignment.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user