Skip to content

Commit

Permalink
Add VisionBuf to cereal/visionipc namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellgoffpc committed Aug 1, 2023
1 parent f149be3 commit 2689300
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion visionipc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from cereal.visionipc.visionipc_pyx import VisionIpcClient, VisionIpcServer, VisionStreamType, get_endpoint_name # pylint: disable=no-name-in-module, import-error
from cereal.visionipc.visionipc_pyx import VisionBuf, VisionIpcClient, VisionIpcServer, VisionStreamType, get_endpoint_name # pylint: disable=no-name-in-module, import-error
assert VisionBuf
assert VisionIpcClient
assert VisionIpcServer
assert VisionStreamType
Expand Down

0 comments on commit 2689300

Please sign in to comment.