Skip to content

Commit

Permalink
removed the notebooks api call as that still has not been built
Browse files Browse the repository at this point in the history
  • Loading branch information
stikkireddy committed Apr 3, 2020
1 parent 0988340 commit 7dbb2f3
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 7dbb2f3

Please sign in to comment.