diff --git a/tox.ini b/tox.ini index 9ccdb0d..14cf867 100644 --- a/tox.ini +++ b/tox.ini @@ -220,8 +220,8 @@ exclude_lines = raise NotImplementedError if 0: if False: - if TYPE_CHECKING: - if typing.TYPE_CHECKING: + if TYPE_CHECKING + if typing.TYPE_CHECKING if __name__ == .__main__.: [pytest]