diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2021-11-23 16:11:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-23 21:11:17 +0000 |
| commit | 69daab83c74312c175eebdf3e7850c33e4a6df42 (patch) | |
| tree | e67e8a954204135d8cbb1f97bebb15ceefe7e111 | |
| parent | 7c61f56f2fa0842930624215f2d3e98b39bd182f (diff) | |
| download | cryptography-69daab83c74312c175eebdf3e7850c33e4a6df42.tar.gz | |
iso8601 is now typed (#6649)
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index fe4307a59..93e8a3336 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,6 @@ no_implicit_reexport = true [[tool.mypy.overrides]] module = [ "cryptography.hazmat.bindings._openssl", - "iso8601", "pretend" ] ignore_missing_imports = true |
