style: format and sort import with ruff

This commit is contained in:
100gle
2023-06-07 14:05:17 +08:00
parent 55f8cdc7b1
commit 620d1bbe5c
51 changed files with 95 additions and 102 deletions

View File

@@ -1,3 +1,3 @@
from .raw_parser import raw_parser
from .torrent_parser import torrent_parser
from .tmdb_parser import tmdb_parser
from .torrent_parser import torrent_parser

View File

@@ -1,7 +1,7 @@
import re
import logging
import os.path as unix_path
import ntpath as win_path
import os.path as unix_path
import re
from module.models import EpisodeFile, SubtitleFile