From b2c76017143b423ccc37a6e5dca1cb57c45a7ddd Mon Sep 17 00:00:00 2001 From: acidvegas Date: Thu, 25 Jul 2019 02:11:43 -0400 Subject: [PATCH] fixed --- mzk/functions.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mzk/functions.py b/mzk/functions.py index 4e1e05a..3ac50bf 100644 --- a/mzk/functions.py +++ b/mzk/functions.py @@ -155,6 +155,4 @@ def print_scales(): for name, pattern in constants.scales.items(): print(f'│ {name.ljust(21)} │ {get_pattern(pattern).rjust(15)} │') print('└───────────────────────┴─────────────────┘') - print(print_scales.__doc__) - -print_scale('C','major') \ No newline at end of file + print(print_scales.__doc__) \ No newline at end of file