fix linter warnings
This commit is contained in:
@@ -155,7 +155,6 @@ class Fmt:
|
||||
def version(val):
|
||||
x = val[0]
|
||||
return f'V{(x >> 12)}.{(x >> 8) & 0xf}.{(x >> 4) & 0xf}{x & 0xf:1X}'
|
||||
# return f'V{x>>12}.{(x>>8)&0xf}.{(x>>4)&0xf}{val[0]&0xf}'
|
||||
|
||||
|
||||
class ClrAtMidnight:
|
||||
|
||||
Reference in New Issue
Block a user