Skip to content

Commit

Permalink
run isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Vander Stichele committed Jun 21, 2020
1 parent b4b1743 commit 7b41e12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion picard/tagger.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@
)
from picard.dataobj import DataObject
from picard.disc import Disc
from picard.file import File, register_file_post_save_processor
from picard.file import (
File,
register_file_post_save_processor,
)
from picard.formats import open_ as open_file
from picard.i18n import setup_gettext
from picard.pluginmanager import PluginManager
Expand Down

0 comments on commit 7b41e12

Please sign in to comment.