Skip to content

Commit

Permalink
Update test_sql.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Jan 29, 2023
1 parent d001972 commit 9b1021f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions river/stream/test_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def pokedb():
conn.execute(t_pokemons.insert(), pokemons)
conn.execute(t_types.insert(), types)
conn.execute(t_pokemon_types.insert(), pokemon_types)
conn.commit()

return engine

Expand Down

0 comments on commit 9b1021f

Please sign in to comment.