1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-09-11 16:22:24 +02:00

change import order to satisfy pylint

This commit is contained in:
André Koch-Kramer 2016-08-02 18:41:57 +02:00
parent 584c3cc76c
commit 4fb574253e

View File

@ -2,8 +2,8 @@
import re, json, datetime, shutil, os, time, random, sys, pickle, getpass, tempfile
from argparse import ArgumentParser
import requests, requests.utils
from io import BytesIO
import requests, requests.utils
try:
import win_unicode_console