Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx committed Jun 15, 2023
1 parent 15d8b7b commit 0d64515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions databricks/sdk/mixins/workspace.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from typing import BinaryIO, Iterator, Optional

from ..core import DatabricksError
from ..service.workspace import (ExportFormat, Language, ObjectInfo,
ObjectType, WorkspaceAPI, ImportFormat)
from ..service.workspace import (ExportFormat, ImportFormat, Language,
ObjectInfo, ObjectType, WorkspaceAPI)


def _fqcn(x: any) -> str:
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_workspace.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import io

from databricks.sdk.service.workspace import Language, ImportFormat
from databricks.sdk.service.workspace import ImportFormat, Language


def test_workspace_recursive_list(w, random):
Expand Down

0 comments on commit 0d64515

Please sign in to comment.