mirror of
https://github.com/kennethreitz/pytheory.git
synced 2026-06-05 14:50:18 +00:00
from ._statics import TEMPERAMENTS
__TEMPERAMENTS__ are referred to on line 97 but they are never imported.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
from ._statics import REFERENCE_A
|
||||
from ._statics import REFERENCE_A, TEMPERAMENTS
|
||||
|
||||
class Tone:
|
||||
# __slots__ = ("name", "octave", "system")
|
||||
|
||||
Reference in New Issue
Block a user