remove reference to disfunct KMK_RELEASE.

This commit is contained in:
xs5871
2022-08-03 16:34:22 +00:00
committed by xs5871
parent 5d2a42d9a9
commit f0544465c7
7 changed files with 11 additions and 40 deletions

View File

@@ -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)