diff --git a/pytest_mypy_plugins/configs.py b/pytest_mypy_plugins/configs.py index 853d2bb..ea8bb92 100644 --- a/pytest_mypy_plugins/configs.py +++ b/pytest_mypy_plugins/configs.py @@ -6,7 +6,6 @@ import tomlkit from tomlkit.items import Comment, Whitespace - _TOML_TABLE_NAME: Final = "[tool.mypy]"