This commit is contained in:
Kattni Rembor 2018-05-28 23:10:00 -04:00
parent c0583e35c1
commit e0e084e6b0

View file

@ -1,3 +1,4 @@
# pylint: disable=multiple-statements,wrong-import-position,wrong-import-order
import gc
from adafruit_hid.keyboard import Keyboard; gc.collect()
from adafruit_hid.keycode import Keycode; gc.collect()