]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Add a couple of "# type: ignore" in datetime tests
authorDenis Laxalde <denis.laxalde@dalibo.com>
Thu, 28 Oct 2021 08:55:21 +0000 (10:55 +0200)
committerDenis Laxalde <denis.laxalde@dalibo.com>
Tue, 2 Nov 2021 08:52:49 +0000 (09:52 +0100)
commit2d5fe7e70ae89f34dea8d0a0338533333f48eccc
treef3e157da7b8fe306008daf465afcec58cac328dc
parent4914ac9fa6c2a24cc56863a2734c06ce9e3808e1
Add a couple of "# type: ignore" in datetime tests

Mypy cannot check map() calls on split-strings.
tests/types/test_datetime.py