We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2eaa3 commit b2a8224Copy full SHA for b2a8224
src/viam/app/data_client.py
@@ -688,7 +688,7 @@ def create_filter(
688
tags: Optional[List[str]] = None,
689
bbox_labels: Optional[List[str]] = None,
690
) -> Filter:
691
- warnings.warn("DataClient.create_filter is deprecated. Use AppClient.create_filter instead.", DeprecationWarning, stackLevel=2)
+ warnings.warn("DataClient.create_filter is deprecated. Use AppClient.create_filter instead.", DeprecationWarning, stacklevel=2)
692
return create_filter(
693
component_name,
694
component_type,
0 commit comments