remove reference to disfunct KMK_RELEASE.
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
from micropython import const
|
||||
|
||||
try:
|
||||
from kmk.release_info import KMK_RELEASE
|
||||
except Exception:
|
||||
KMK_RELEASE = 'copied-from-git'
|
||||
|
||||
|
||||
class UnicodeMode:
|
||||
NOOP = const(0)
|
||||
|
Reference in New Issue
Block a user