Merge pull request #31 from lnyemba/v2.2.0

V2.2.0
pull/4/head
Steve L. Nyemba 6 months ago committed by GitHub
commit 5ec747850f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,20 +22,20 @@ import numpy as np
from transport import sql
try:
from transport import nosql
finally:
pass
except Exception as e:
nosql = {}
try:
from transport import cloud
finally:
pass
except Exception as e:
cloud = {}
try:
from transport import warehouse
finally:
pass
except Exception as e:
warehouse = {}
try:
from transport import other
finally:
pass
except Exception as e:
other = {}

Loading…
Cancel
Save