aboutsummaryrefslogtreecommitdiff
path: root/src_py/hatter/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'src_py/hatter/common.py')
-rw-r--r--src_py/hatter/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src_py/hatter/common.py b/src_py/hatter/common.py
index 1b1de47..ae314a5 100644
--- a/src_py/hatter/common.py
+++ b/src_py/hatter/common.py
@@ -27,6 +27,6 @@ class Status(enum.Enum):
class Commit(typing.NamedTuple):
repo: str
hash: str
- change: float
+ change: int
status: Status
output: str