Skip to content

Commit 049ac28

Browse files
committed
fixed utils
1 parent fe833f0 commit 049ac28

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sql4housing/utils.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
import re
55
from sqlalchemy.orm import sessionmaker
66
from progress.bar import FillingCirclesBar
7-
from parsers import parse_datetime, parse_geom, parse_str
87
from sqlalchemy.types import DateTime, Text
98
from geoalchemy2.types import Geometry
109
import urllib
1110
import json
12-
import ui
1311
import warnings
1412

13+
from sql4housing.parsers import parse_datetime, parse_geom, parse_str
14+
from sql4housing import ui
15+
1516
def get_table_name(raw_str):
1617
'''
1718
Transform a string into a suitable table name

0 commit comments

Comments
 (0)