Skip to content

Remove use of dataclasses._MISSING_TYPE - #544

Closed
eamanu wants to merge 1 commit into
sandflow:masterfrom
eamanu:fix-206
Closed

Remove use of dataclasses._MISSING_TYPE#544
eamanu wants to merge 1 commit into
sandflow:masterfrom
eamanu:fix-206

Conversation

@eamanu

@eamanu eamanu commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Use dataclasses.MISSING instead. In py3.15 tests fails.

Closes: #206

Use dataclasses.MISSING instead. In py3.15 tests fails.
@palemieux

Copy link
Copy Markdown
Contributor

@eamanu Can you add 3.15 to the CI matrix at: https://github.com/sandflow/ttconv/blob/master/.github/workflows/main.yml

@eamanu

eamanu commented Aug 25, 2026

Copy link
Copy Markdown
Contributor Author

@palemieux sorry for the delay and don't reply on time. Thanks for the merge

@palemieux

Copy link
Copy Markdown
Contributor

sorry for the delay and don't reply on time. Thanks for the merge

@eamanu thanks for (finally) fixing this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Address the _MISSING_TYPE linting warning

2 participants