summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2021-11-23 16:11:17 -0500
committerGitHub <noreply@github.com>2021-11-23 21:11:17 +0000
commit69daab83c74312c175eebdf3e7850c33e4a6df42 (patch)
treee67e8a954204135d8cbb1f97bebb15ceefe7e111
parent7c61f56f2fa0842930624215f2d3e98b39bd182f (diff)
downloadcryptography-69daab83c74312c175eebdf3e7850c33e4a6df42.tar.gz
iso8601 is now typed (#6649)
-rw-r--r--pyproject.toml1
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