fix formatting issue
This commit is contained in:
@@ -66,4 +66,5 @@ class LockStatus(Extension):
|
|||||||
return bool(self.report & LockCode.COMPOSE)
|
return bool(self.report & LockCode.COMPOSE)
|
||||||
|
|
||||||
def get_kana(self):
|
def get_kana(self):
|
||||||
return bool(self.report & LockCode.KANA)
|
return bool(self.report & LockCode.KANA)
|
||||||
|
|
Reference in New Issue
Block a user