no expectation to cover the TYPE_CHECKING-only code

This commit is contained in:
Jeff Epler 2024-07-14 12:04:43 -05:00
parent 27d87052de
commit 77beefcf9e
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ from typing import TYPE_CHECKING, Any, NamedTuple, TextIO, TypeVar
from . import iersdata
from .tz import Mountain
if TYPE_CHECKING:
if TYPE_CHECKING: # pragma: no cover
from collections.abc import Generator
HOUR = datetime.timedelta(seconds=3600)

View file

@ -10,7 +10,7 @@ from typing import TYPE_CHECKING
import wwvb
if TYPE_CHECKING:
if TYPE_CHECKING: # pragma: no cover
from collections.abc import Generator
# State 1: Unsync'd