blakeblackshear.frigate/frigate
herostrat 2e81c94d8e
Typing Part 3: events.py (#3352)
* Typing: events.py

* Remove unused variable

* Fix return Any from return statement

Not all elements from the event dict are sure to be something that can be evaluated

See e.g.: https://github.com/python/mypy/issues/5697

* Sort out Event disambiguity

There was a name collision of multiprocessing Event type and frigate events

Co-authored-by: Sebastian Englbrecht <sebastian.englbrecht@kabelmail.de>
2022-11-19 07:16:33 -06:00
..
detectors
test Update go2rtc, simplify manual stream, and support audio for MSE & WebRTC (#4391) 2022-11-16 06:29:47 -06:00
__init__.py
__main__.py
app.py Typing Part 3: events.py (#3352) 2022-11-19 07:16:33 -06:00
birdseye.png
config.py Update go2rtc, simplify manual stream, and support audio for MSE & WebRTC (#4391) 2022-11-16 06:29:47 -06:00
const.py
events.py Typing Part 3: events.py (#3352) 2022-11-19 07:16:33 -06:00
http.py
log.py
models.py
motion.py
mqtt.py
mypy.ini Typing Part 3: events.py (#3352) 2022-11-19 07:16:33 -06:00
object_detection.py
object_processing.py
objects.py
output.py
plus.py
record.py
restream.py Update go2rtc, simplify manual stream, and support audio for MSE & WebRTC (#4391) 2022-11-16 06:29:47 -06:00
stats.py Typing Part 3: events.py (#3352) 2022-11-19 07:16:33 -06:00
storage.py Limit recording retention to available storage (#3942) 2022-10-09 06:28:26 -05:00
types.py
util.py
video.py
watchdog.py Typing Part 3: events.py (#3352) 2022-11-19 07:16:33 -06:00
zeroconf.py