diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-03-26 00:18:26 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-03-26 00:18:26 +0100 |
| commit | 4fafac0f069b7f3683fc7369e9bfea1b54438ac3 (patch) | |
| tree | 83d98b49f55383ab73c9ebf4d15c86abe882c9bd /src_py/hatter/common.py | |
| parent | 17af1ae6ca22d3bf76d09705cb3f29b17dbfdab7 (diff) | |
WIP server
Diffstat (limited to 'src_py/hatter/common.py')
| -rw-r--r-- | src_py/hatter/common.py | 2 |
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 |
