Skip to content

Commit

Permalink
Manual isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Marti2203 committed Dec 9, 2024
1 parent 7bae2cb commit bd84c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import json
import logging
from multiprocessing import set_start_method
import platform
import shutil
from argparse import ArgumentParser
Expand All @@ -13,6 +12,7 @@
from datetime import datetime
from glob import glob
from itertools import chain
from multiprocessing import set_start_method
from os import PathLike
from os.path import abspath
from os.path import join as pjoin
Expand Down

0 comments on commit bd84c23

Please sign in to comment.