Skip to content

Commit 62e5691

Browse files
authored
refactor: Removing now redundant redash fix (#49)
1 parent d87ce51 commit 62e5691

File tree

2 files changed

+0
-46
lines changed

2 files changed

+0
-46
lines changed

src/firebolt_db/__init__.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1 @@
1-
__all__ = [
2-
"connect",
3-
"apilevel",
4-
"threadsafety",
5-
"paramstyle",
6-
"DataError",
7-
"DatabaseError",
8-
"Error",
9-
"IntegrityError",
10-
"InterfaceError",
11-
"InternalError",
12-
"NotSupportedError",
13-
"OperationalError",
14-
"ProgrammingError",
15-
"Warning",
16-
]
17-
181
__version__ = "0.3.0"
19-
apilevel = "2.0"
20-
# Threads may share the module and connections
21-
threadsafety = 1
22-
paramstyle = "pyformat"

src/firebolt_db/firebolt_connector.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)