A few additional typing fixes.

This commit is contained in:
Mike Auty
2018-07-22 13:29:43 +01:00
parent 4897b7ab81
commit 79d2bab44d
4 changed files with 13 additions and 6 deletions
+1
View File
@@ -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.