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 from transport import sql
try: try:
from transport import nosql from transport import nosql
finally: except Exception as e:
pass nosql = {}
try: try:
from transport import cloud from transport import cloud
finally: except Exception as e:
pass cloud = {}
try: try:
from transport import warehouse from transport import warehouse
finally: except Exception as e:
pass warehouse = {}
try: try:
from transport import other from transport import other
finally: except Exception as e:
pass other = {}

Loading…
Cancel
Save