Skip to content

Commit d04b5c6

Browse files
author
Kevin J Walters
committed
pylint tweaks for midi_memorycheck.py. #3
1 parent 146d0fb commit d04b5c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/midi_memorycheck.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Check memory usage
2+
3+
# pylint: disable=multiple-statements,unused-import,wrong-import-position
4+
25
import time
36
import random
47
import gc
@@ -37,4 +40,3 @@
3740
in_channel=0, out_channel=0)
3841

3942
gc.collect() ; print(gc.mem_free())
40-

0 commit comments

Comments
 (0)