From ab9f709f9e242bea24c6541f237c046eea8b06b1 Mon Sep 17 00:00:00 2001 From: tpjanssen <25168870+tpjanssen@users.noreply.github.com> Date: Mon, 20 Nov 2023 22:24:48 +0100 Subject: [PATCH] Update http.py Lint fix --- frigate/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/http.py b/frigate/http.py index 6ce3b404e..80784332d 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -4,10 +4,10 @@ import glob import json import logging import os +import re import subprocess as sp import time import traceback -import re from datetime import datetime, timedelta, timezone from functools import reduce from pathlib import Path