from ._statics import TEMPERAMENTS

__TEMPERAMENTS__ are referred to on line 97 but they are never imported.
This commit is contained in:
cclauss
2018-09-04 01:31:29 +02:00
committed by GitHub
parent 7e7e3d6296
commit 3f9d511452
+1 -1
View File
@@ -1,4 +1,4 @@
from ._statics import REFERENCE_A
from ._statics import REFERENCE_A, TEMPERAMENTS
class Tone:
# __slots__ = ("name", "octave", "system")