Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagocoutinho committed Feb 16, 2024
1 parent 4b6603d commit f4b5fd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion v4l2py/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# Copyright (c) 2021 Tiago Coutinho
# Distributed under the GPLv3 license. See LICENSE for more info.

# ruff: noqa: F403
# ruff: noqa: F401, F403

from linuxpy.device import device_number
from linuxpy.video.device import *

0 comments on commit f4b5fd8

Please sign in to comment.