Skip to content

Commit

Permalink
Clean imports
Browse files Browse the repository at this point in the history
  • Loading branch information
javiquinte committed Nov 7, 2020
1 parent 0793ab5 commit 8293ba2
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions data/updateAll.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,10 @@
import sys
import argparse
import logging
import configparser
import pickle
from urllib.parse import urlparse

try:
import cPickle as pickle
except ImportError:
import pickle

try:
import configparser
except ImportError:
import ConfigParser as configparser

sys.path.append('..')

try:
Expand Down

0 comments on commit 8293ba2

Please sign in to comment.