Forráskód Böngészése

Fix unused imports in imdb module

Colin Powell 2 éve
szülő
commit
c21d6a96fe
1 módosított fájl, 0 hozzáadás és 2 törlés
  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()