소스 검색

Remove unnecessary import to fix deprecation warning

Christoph Stelz 11 달 전
부모
커밋
eaf67ed73e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      zeitdownload.py

+ 0 - 1
zeitdownload.py

@@ -1,7 +1,6 @@
 #!/usr/bin/env python3
 import requests
 import lxml.html
-import cgi
 import sys
 import re
 import os.path