linting
This commit is contained in:
parent
c0583e35c1
commit
e0e084e6b0
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
# pylint: disable=multiple-statements,wrong-import-position,wrong-import-order
|
||||||
import gc
|
import gc
|
||||||
from adafruit_hid.keyboard import Keyboard; gc.collect()
|
from adafruit_hid.keyboard import Keyboard; gc.collect()
|
||||||
from adafruit_hid.keycode import Keycode; gc.collect()
|
from adafruit_hid.keycode import Keycode; gc.collect()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue