Skip to content

Commit

Permalink
Merge pull request #122 from cfpb/sort-script-imports
Browse files Browse the repository at this point in the history
sort imports in script
  • Loading branch information
higs4281 committed Dec 20, 2017
2 parents f7eff18 + fd1f59a commit 2fe4e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions countylimits/data_collection/gather_county_data.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import os
import datetime
import os
from collections import OrderedDict

import requests
from unicodecsv import DictReader
from unicodecsv import writer as Writer
import requests

ERROR_MSG = "Script failed to process all files."
API_DIR = os.path.abspath(
Expand Down

0 comments on commit 2fe4e46

Please sign in to comment.