Skip to content

Commit

Permalink
ran fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
shichengzhou-db committed Sep 6, 2024
1 parent 72a89b9 commit e4e66eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions databricks/sdk/mixins/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ def delete(self, *, recursive=False):
def __repr__(self) -> str:
return f'<_FilesPath {self._path}>'


class _DbfsPath(_Path):

def __init__(self, api: files.DbfsAPI, src: str):
Expand Down
3 changes: 2 additions & 1 deletion tests/test_dbfs_mixins.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import pytest

from databricks.sdk.errors import NotFound
from databricks.sdk.mixins.files import (DbfsExt, _DbfsPath, _FilesPath, _LocalPath)
from databricks.sdk.mixins.files import (DbfsExt, _DbfsPath, _FilesPath,
_LocalPath)


def test_moving_dbfs_file_to_local_dir(config, tmp_path, mocker):
Expand Down

0 comments on commit e4e66eb

Please sign in to comment.