1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-08-18 12:49:38 +02:00

Remove unused import

This commit is contained in:
Alexander Graf 2020-06-08 18:44:43 +02:00
parent 8f9723cf62
commit 1661bf7722

View File

@ -3,7 +3,6 @@
import ast
import datetime
import os
import platform
import re
import sys
from argparse import ArgumentParser, SUPPRESS