Used isort to sort imports. Also added to the git pre-commit hook.
[python_utils.git] / camera_utils.py
index d2c50ddf314d96402f885c10c6c79081569ca2c1..9e7efd6dfccbd7df2d1eb8bd13eb8075a6bfe4f1 100644 (file)
@@ -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