mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-10 00:57:38 +03:00
Type-o
This commit is contained in:
parent
24a96d0e08
commit
5d3e9b7108
@ -26,7 +26,7 @@ MOCK_MODULES = [
|
||||
"tensorflow.lite.python.interpreter",
|
||||
]
|
||||
|
||||
ORIGINAL_MODULES = {mod: sys.modules[mod] for mod in MOCK_MODULES}}
|
||||
ORIGINAL_MODULES = {mod: sys.modules[mod] for mod in MOCK_MODULES}
|
||||
|
||||
|
||||
class TestCustomObjectClassificationZones(unittest.TestCase):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user