فهرست منبع

Fix unused imports in imdb module

Colin Powell 2 سال پیش
والد
کامیت
c21d6a96fe
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  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()