Skip to content

Commit

Permalink
Merge pull request #2 from databrickslabs/master
Browse files Browse the repository at this point in the history
Merge down from master
  • Loading branch information
stikkireddy committed Apr 4, 2020
2 parents f70185a + 7dbb2f3 commit 0262da4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions client/service/api.go
Expand Up @@ -55,11 +55,6 @@ func (c DBApiClient) Groups() GroupsAPI {
return groupsAPI.init(c)
}

func (c DBApiClient) Notebooks() NotebooksAPI {
var notebooksApi NotebooksAPI
return notebooksApi.init(c)
}

func (c DBApiClient) InstancePools() InstancePoolsAPI {
var instancePoolsAPI InstancePoolsAPI
return instancePoolsAPI.init(c)
Expand Down

0 comments on commit 0262da4

Please sign in to comment.