mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-10 17:17:42 +03:00
Fix formatting
This commit is contained in:
parent
7d9e1e7a82
commit
24a96d0e08
@ -26,11 +26,8 @@ MOCK_MODULES = [
|
|||||||
"tensorflow.lite.python.interpreter",
|
"tensorflow.lite.python.interpreter",
|
||||||
]
|
]
|
||||||
|
|
||||||
ORIGINAL_MODULES = {
|
ORIGINAL_MODULES = {mod: sys.modules[mod] for mod in MOCK_MODULES}}
|
||||||
mod: sys.modules[mod]
|
|
||||||
for mod
|
|
||||||
in MOCK_MODULES
|
|
||||||
}
|
|
||||||
|
|
||||||
class TestCustomObjectClassificationZones(unittest.TestCase):
|
class TestCustomObjectClassificationZones(unittest.TestCase):
|
||||||
"""Test that zone information is correctly added to custom classification MQTT messages"""
|
"""Test that zone information is correctly added to custom classification MQTT messages"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user