Skip to content

Commit

Permalink
refactor: Removing now redundant redash fix (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin authored Feb 14, 2022
1 parent d87ce51 commit 62e5691
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
21 changes: 0 additions & 21 deletions src/firebolt_db/__init__.py
Original file line number Diff line number Diff line change
@@ -1,22 +1 @@
__all__ = [
"connect",
"apilevel",
"threadsafety",
"paramstyle",
"DataError",
"DatabaseError",
"Error",
"IntegrityError",
"InterfaceError",
"InternalError",
"NotSupportedError",
"OperationalError",
"ProgrammingError",
"Warning",
]

__version__ = "0.3.0"
apilevel = "2.0"
# Threads may share the module and connections
threadsafety = 1
paramstyle = "pyformat"
25 changes: 0 additions & 25 deletions src/firebolt_db/firebolt_connector.py

This file was deleted.

0 comments on commit 62e5691

Please sign in to comment.