Skip to content

Commit

Permalink
Delete __init__.py
Browse files Browse the repository at this point in the history
Delete hive.py

Update hive.py
  • Loading branch information
john-bodley committed Nov 2, 2022
1 parent 429f246 commit d53bc04
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 86 deletions.
3 changes: 0 additions & 3 deletions superset/db_engine_specs/hive.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,9 @@ def patch(cls) -> None:
ttypes as patched_ttypes,
)

from superset.db_engines import hive as patched_hive

hive.TCLIService = patched_TCLIService
hive.constants = patched_constants
hive.ttypes = patched_ttypes
hive.Cursor.fetch_logs = patched_hive.fetch_logs

@classmethod
def fetch_data(
Expand Down
16 changes: 0 additions & 16 deletions superset/db_engines/__init__.py

This file was deleted.

67 changes: 0 additions & 67 deletions superset/db_engines/hive.py

This file was deleted.

0 comments on commit d53bc04

Please sign in to comment.