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

Add misc missing types #163

Merged
merged 4 commits into from
Sep 2, 2024
Merged

Add misc missing types #163

merged 4 commits into from
Sep 2, 2024

Conversation

youtux
Copy link
Contributor

@youtux youtux commented Aug 30, 2024

This PR adds a few missing types:

  • ColorFormatter
  • get_current_task

and it fixes the definition of Context.headers to be a dict (mutable)

youtux added 4 commits August 30, 2024 15:13
The field is actually mutable, so we shoud at least be using a MutableMapping, but we might just as well define it as a dict directly.
@sbdchd sbdchd added the automerge auto merge PRs using kodiak label Sep 2, 2024
@sbdchd
Copy link
Owner

sbdchd commented Sep 2, 2024

Thank you!!

@kodiakhq kodiakhq bot merged commit 35e87e9 into sbdchd:main Sep 2, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge auto merge PRs using kodiak
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants