Skip to content

Commit

Permalink
Fixed flake error
Browse files Browse the repository at this point in the history
  • Loading branch information
jessamynsmith committed May 31, 2019
1 parent 0e4012d commit 3f8d72e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/initialize_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
def add_data(mongo, key, data):
mongo[key].insert_many(data)


mongo = get_mongo(os.environ.get('MONGOLAB_URI'))

mongo.sentences.delete_many({})
Expand Down

0 comments on commit 3f8d72e

Please sign in to comment.