Skip to content

Commit

Permalink
fixed utils
Browse files Browse the repository at this point in the history
  • Loading branch information
chankrista committed Aug 13, 2019
1 parent fe833f0 commit 049ac28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sql4housing/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
import re
from sqlalchemy.orm import sessionmaker
from progress.bar import FillingCirclesBar
from parsers import parse_datetime, parse_geom, parse_str
from sqlalchemy.types import DateTime, Text
from geoalchemy2.types import Geometry
import urllib
import json
import ui
import warnings

from sql4housing.parsers import parse_datetime, parse_geom, parse_str
from sql4housing import ui

def get_table_name(raw_str):
'''
Transform a string into a suitable table name
Expand Down

0 comments on commit 049ac28

Please sign in to comment.