Skip to content

Commit

Permalink
Update docs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Sep 24, 2024
1 parent ea2d06b commit 0fc1fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
CaptureMetadata,
ConfigureDatabaseUserRequest,
ConfigureDatabaseUserResponse,
DataServiceBase,
DeleteBinaryDataByFilterRequest,
DeleteBinaryDataByFilterResponse,
DeleteBinaryDataByIDsRequest,
Expand All @@ -195,6 +194,7 @@
TabularDataBySQLResponse,
TagsByFilterRequest,
TagsByFilterResponse,
UnimplementedDataServiceBase,
)
from viam.proto.app.datasync import (
DataCaptureUploadRequest,
Expand All @@ -209,7 +209,7 @@
from viam.utils import datetime_to_timestamp, dict_to_struct, value_to_primitive


class MockData(DataServiceBase):
class MockData(UnimplementedDataServiceBase):
def __init__(self):
self.tabular_data_requested = False
self.tabular_response = [
Expand Down
Binary file modified docs/examples/foo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0fc1fef

Please sign in to comment.