mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 13:22:58 +00:00
Ensure that *everything* is typed in community.crypto (#917)
* Ensure that *everything* is typed in community.crypto. * Fix comment. * Ignore type definitions/imports and AssertionErrors for code coverage.
This commit is contained in:
@@ -31,8 +31,8 @@ TIMEZONES = [
|
||||
|
||||
|
||||
if t.TYPE_CHECKING:
|
||||
_S = t.TypeVar("_S")
|
||||
_Ts = t.TypeVarTuple("_Ts")
|
||||
_S = t.TypeVar("_S") # pragma: no cover
|
||||
_Ts = t.TypeVarTuple("_Ts") # pragma: no cover
|
||||
|
||||
|
||||
def cartesian_product(
|
||||
|
||||
Reference in New Issue
Block a user