py: cam.py: Remove todo comment

The comment is no longer valid.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Tomi Valkeinen 2022-07-01 11:45:08 +03:00 committed by Laurent Pinchart
parent 4bd2d5191c
commit 36ea10a564

View file

@ -3,9 +3,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2022, Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
# \todo Convert ctx and state dicts to proper classes, and move relevant
# functions to those classes.
from typing import Any
import argparse
import binascii