Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Irio committed Sep 3, 2016
1 parent ca1e5a4 commit 75ea2b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/clean_cnpj_info_dataset.py
@@ -1,4 +1,3 @@
from itertools import chain
import json
import numpy as np
import os
Expand Down
1 change: 0 additions & 1 deletion src/fetch_cnpj_info.py
Expand Up @@ -5,7 +5,6 @@
import pandas as pd
import pickle
import shutil
from urllib.error import HTTPError
from urllib.request import urlopen

INFO_DATASET_PATH = os.path.join('data', 'cnpj-info.xz')
Expand Down

0 comments on commit 75ea2b1

Please sign in to comment.