diff --git a/states.py b/states.py index 6ac5b63..7f1373e 100644 --- a/states.py +++ b/states.py @@ -16,4 +16,4 @@ connection=engine.connect() tables.to_sql('states',con = engine, if_exists = 'replace') connection.close() -print(tables) \ No newline at end of file +print(tables)