From 31c81f6539969a5eba864d3305f9fb7bf716a367 Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 2 Feb 2022 12:13:27 -0800 Subject: Used isort to sort imports. Also added to the git pre-commit hook. --- camera_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camera_utils.py') diff --git a/camera_utils.py b/camera_utils.py index d2c50dd..9e7efd6 100644 --- a/camera_utils.py +++ b/camera_utils.py @@ -5,8 +5,8 @@ import logging import platform import subprocess -from typing import NamedTuple, Optional import warnings +from typing import NamedTuple, Optional import cv2 # type: ignore import numpy as np -- cgit v1.3