Skip to content

Commit b2a8224

Browse files
committed
stackLevel -> stacklevel
1 parent cc2eaa3 commit b2a8224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/app/data_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ def create_filter(
688688
tags: Optional[List[str]] = None,
689689
bbox_labels: Optional[List[str]] = None,
690690
) -> Filter:
691-
warnings.warn("DataClient.create_filter is deprecated. Use AppClient.create_filter instead.", DeprecationWarning, stackLevel=2)
691+
warnings.warn("DataClient.create_filter is deprecated. Use AppClient.create_filter instead.", DeprecationWarning, stacklevel=2)
692692
return create_filter(
693693
component_name,
694694
component_type,

0 commit comments

Comments
 (0)