Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typing Part 3: events.py #3352

Merged
merged 4 commits into from
Nov 19, 2022
Merged

Conversation

herostrat
Copy link
Contributor

No description provided.

frigate/events.py Outdated Show resolved Hide resolved
@stale
Copy link

stale bot commented Jul 17, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jul 17, 2022
@NickM-27
Copy link
Collaborator

bump

@stale stale bot removed the stale label Jul 17, 2022
@herostrat herostrat changed the base branch from release-0.11.0 to dev November 17, 2022 19:09
Sebastian Englbrecht and others added 4 commits November 18, 2022 15:59
Not all elements from the event dict are sure to be something that can be evaluated

See e.g.: python/mypy#5697
There was a name collision of multiprocessing Event type and frigate events
@netlify
Copy link

netlify bot commented Nov 18, 2022

Deploy Preview for frigate-docs ready!

Name Link
🔨 Latest commit 4d6de35
🔍 Latest deploy log https://app.netlify.com/sites/frigate-docs/deploys/6377a1159b546600084f0d12
😎 Deploy Preview https://deploy-preview-3352--frigate-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@herostrat
Copy link
Contributor Author

Sorry for taking so long to resolve the error.
Imho this is now good to go.

@blakeblackshear blakeblackshear merged commit 2e81c94 into blakeblackshear:dev Nov 19, 2022
herostrat added a commit to herostrat/frigate that referenced this pull request Nov 24, 2022
* 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.: python/mypy#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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants