Browse Source

Fix unused imports in imdb module

Colin Powell 2 năm trước cách đây
mục cha
commit
c21d6a96fe
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      vrobbler/apps/scrobbles/imdb.py

+ 0 - 2
vrobbler/apps/scrobbles/imdb.py

@@ -1,9 +1,7 @@
 import logging
-from typing import Optional
 from django.utils import timezone
 
 from imdb import Cinemagoer
-from videos.models import Video
 
 imdb_client = Cinemagoer()