Skip to content

Commit

Permalink
Update earthquake_recovery_db.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sjbrandenberg authored Mar 21, 2023
1 parent 80fd3ba commit 4f69c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion designsafe_db/earthquake_recovery_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import pymysql
import pandas as pd
import sqlalchemy
from sqlalchemy import exc
from sqlalchemy import exc, text

def connect():
try:
Expand Down

0 comments on commit 4f69c8e

Please sign in to comment.