Skip to content

Commit 633c782

Browse files
committed
removed nobel_viz/api sub-directory
1 parent 1b80360 commit 633c782

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

nobel_viz/api

Lines changed: 0 additions & 1 deletion
This file was deleted.

run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def seed_db():
2222
winners = json.load(open('data/nobel_winners_biopic.json'))
2323
nobel_db[WINNERS_TABLE].drop()
2424
nobel_db[WINNERS_TABLE].insert(winners)
25-
25+
2626
print('Seeded the database with %d Nobel winners'%nobel_db[WINNERS_TABLE].count())
2727

2828
@click.command()

0 commit comments

Comments
 (0)