Lightweight Query Operation - getVideoFeedSessionCount #223

Merged
loewy merged 2 commits from loewy/video-feed-session-count-query into master 2026-01-30 22:37:59 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 1218ecdaaa - Show all commits

View File

@@ -21,7 +21,7 @@
in in
with pkgs; { with pkgs; {
devShell = mkShell { devShell = mkShell {
buildInputs = [nodejs yarn watchman alejandra nodePackages.prettier just protobuf]; buildInputs = [nodejs yarn watchman alejandra nodePackages.prettier just protobuf black];
}; };
}); });
} }

View File

@@ -102,7 +102,6 @@ class CollisionInfo(_message.Message):
key: _Optional[int] = ..., key: _Optional[int] = ...,
value: _Optional[_Union[Point, _Mapping]] = ..., value: _Optional[_Union[Point, _Mapping]] = ...,
) -> None: ... ) -> None: ...
SOURCE_FIELD_NUMBER: _ClassVar[int] SOURCE_FIELD_NUMBER: _ClassVar[int]
BALL_IDENTIFIERS_FIELD_NUMBER: _ClassVar[int] BALL_IDENTIFIERS_FIELD_NUMBER: _ClassVar[int]
WALL_IDENTIFIER_FIELD_NUMBER: _ClassVar[int] WALL_IDENTIFIER_FIELD_NUMBER: _ClassVar[int]