Skip to content

Commit

Permalink
Imports ordered
Browse files Browse the repository at this point in the history
  • Loading branch information
dkratzert committed Jan 26, 2024
1 parent 53797e7 commit 647625c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions finalcif/appwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@
from finalcif.template.templates import ReportTemplates
from finalcif.tools.download import MyDownloader
from finalcif.tools.dsrmath import my_isnumeric
from finalcif.tools.misc import next_path, celltxt, to_float, cif_to_header_label, grouper, is_database_number, \
file_age_in_days, open_file, \
strip_finalcif_of_name
from finalcif.tools.misc import (next_path, celltxt, to_float, cif_to_header_label, grouper, is_database_number,
open_file, strip_finalcif_of_name, file_age_in_days)
from finalcif.tools.options import Options
from finalcif.tools.platon import PlatonRunner
from finalcif.tools.settings import FinalCifSettings
Expand Down

0 comments on commit 647625c

Please sign in to comment.