mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-05-03 00:23:42 +08:00
style: format and sort import with ruff
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user