Skip to content

Commit

Permalink
formatting fix to download.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bgenchel-avail committed Jul 10, 2024
1 parent 372f7ac commit 28c63a7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions basic_pitch/data/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
logger = logging.getLogger()
logger.setLevel(logging.INFO)

DATASET_DICT = {
"guitarset": guitarset_main,
"ikala": ikala_main
}
DATASET_DICT = {"guitarset": guitarset_main, "ikala": ikala_main}


def main() -> None:
Expand Down

0 comments on commit 28c63a7

Please sign in to comment.