Skip to content

Commit

Permalink
Fix pixfmt import
Browse files Browse the repository at this point in the history
  • Loading branch information
tomba committed Aug 23, 2024
1 parent a7cf204 commit 32279c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v4l2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

from pixutils.pixelformats import *
from pixutils import *
from pixutils.fourcc_str import fourcc_to_str, str_to_fourcc

from .helpers import *
Expand Down

0 comments on commit 32279c7

Please sign in to comment.