Skip to content

Commit

Permalink
remove uneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikgupta-db committed Feb 22, 2024
1 parent ebe0fc0 commit 7296d83
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions databricks/sdk/runtime/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
from __future__ import annotations

import logging
from types import FunctionType
from typing import Callable, Dict, Union

from databricks.sdk.service import sql
from typing import Dict, Union

logger = logging.getLogger('databricks.sdk')
is_local_implementation = True
Expand Down

0 comments on commit 7296d83

Please sign in to comment.