update format to fstring
This commit is contained in:
@@ -22,7 +22,7 @@ class LockStatus(Extension):
|
||||
self.hid = device
|
||||
|
||||
def __repr__(self):
|
||||
return ('LockStatus(report={})').format(self.report)
|
||||
return f'LockStatus(report={self.report})'
|
||||
|
||||
def during_bootup(self, sandbox):
|
||||
return
|
||||
|
Reference in New Issue
Block a user