We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146d0fb commit d04b5c6Copy full SHA for d04b5c6
1 file changed
examples/midi_memorycheck.py
@@ -1,4 +1,7 @@
1
# Check memory usage
2
+
3
+# pylint: disable=multiple-statements,unused-import,wrong-import-position
4
5
import time
6
import random
7
import gc
@@ -37,4 +40,3 @@
37
40
in_channel=0, out_channel=0)
38
41
39
42
gc.collect() ; print(gc.mem_free())
-
0 commit comments