Browse Source

Remove unnecessary import to fix deprecation warning

Christoph Stelz 11 months ago
parent
commit
eaf67ed73e
1 changed files with 0 additions and 1 deletions
  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