Skip to content

Commit fac4600

Browse files
committed
misc
1 parent 3320760 commit fac4600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/blsync/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
from blsync.consumer.base import Task
1111
from blsync.consumer.bilibili import BiliVideoTask, BiliVideoTaskContext
1212
from blsync.database import get_semaphore, get_task_dal
13-
from blsync.scraper import BScraper
1413
from blsync.model.task import (
1514
TaskStatus,
1615
make_bili_video_key,
1716
parse_bili_video_key,
1817
)
18+
from blsync.scraper import BScraper
1919

2020

2121
def setup_logger():

0 commit comments

Comments
 (0)