소스 검색

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()