mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 18:55:23 +03:00
remove unused
This commit is contained in:
parent
3abe7b6965
commit
7fb3e6963a
@ -1,27 +1,21 @@
|
|||||||
"""Utilities for builtin types manipulation."""
|
"""Utilities for builtin types manipulation."""
|
||||||
|
|
||||||
import copy
|
import copy
|
||||||
import ctypes
|
|
||||||
import datetime
|
import datetime
|
||||||
import logging
|
import logging
|
||||||
import multiprocessing
|
|
||||||
import re
|
import re
|
||||||
import shlex
|
import shlex
|
||||||
import time
|
|
||||||
import urllib.parse
|
import urllib.parse
|
||||||
from collections import Counter
|
from collections import Counter
|
||||||
from collections.abc import Mapping
|
from collections.abc import Mapping
|
||||||
from queue import Empty, Full
|
|
||||||
from typing import Any, Tuple
|
from typing import Any, Tuple
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import pytz
|
import pytz
|
||||||
import yaml
|
import yaml
|
||||||
from faster_fifo import Queue as FFQueue
|
|
||||||
from ruamel.yaml import YAML
|
from ruamel.yaml import YAML
|
||||||
|
|
||||||
from frigate.const import (
|
from frigate.const import (
|
||||||
DEFAULT_QUEUE_BUFFER_SIZE,
|
|
||||||
REGEX_HTTP_CAMERA_USER_PASS,
|
REGEX_HTTP_CAMERA_USER_PASS,
|
||||||
REGEX_RTSP_CAMERA_USER_PASS,
|
REGEX_RTSP_CAMERA_USER_PASS,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user