This commit is contained in:
Shreyas Goenka 2023-05-26 11:37:32 +02:00
parent e1780a4a16
commit 53f0228bf2
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ type WorkspaceFilesClient struct {
}
func NewWorkspaceFilesClient(w *databricks.WorkspaceClient, root string) (Filer, error) {
//TODO
apiClient, err := client.New(w.Config)
if err != nil {
return nil, err