Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wang-1990 committed Oct 31, 2024
1 parent 5a8f9c0 commit 41092ba
Show file tree
Hide file tree
Showing 3 changed files with 485 additions and 272 deletions.
3 changes: 1 addition & 2 deletions dbt/adapters/databricks/credentials.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from http import client
from collections.abc import Iterable
import itertools
import json
Expand All @@ -8,7 +7,7 @@
from dataclasses import dataclass
from dataclasses import field
from typing import Any
from typing import Callable
from typing import Callable, Dict, List
from typing import cast
from typing import Optional
from typing import Tuple
Expand Down
250 changes: 0 additions & 250 deletions tests/unit/python/test_python_submissions.py

This file was deleted.

Loading

0 comments on commit 41092ba

Please sign in to comment.