summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-08-06 11:12:39 +0300
committerDevaev Maxim <[email protected]>2020-08-06 11:12:39 +0300
commit4b1aa57ddfdb84547a2f0d9fa95ce34427d98847 (patch)
tree1da9dd67569866c7d117f8c29aea79c3c7b539d9
parentbf510f4ff3a97913572b6b45d878e4426a665de4 (diff)
lint fix
-rwxr-xr-xgenmap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/genmap.py b/genmap.py
index a2638003..c0e5572f 100755
--- a/genmap.py
+++ b/genmap.py
@@ -47,7 +47,7 @@ class _OtgKey:
@dataclasses.dataclass(frozen=True)
class _Ps2Key:
code: int
- type: int
+ type: str
@dataclasses.dataclass(frozen=True)