]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Only declare type of 'the_conninfo' in test_connect_args()
authorDenis Laxalde <denis.laxalde@dalibo.com>
Fri, 5 Nov 2021 10:45:48 +0000 (11:45 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Nov 2021 01:57:39 +0000 (02:57 +0100)
commit7c44fdaf341e192b148962c6dbfd12f45ba2b5e4
treea485776ea4046140a25f547492420ea34792b631
parentfcf00d142e90e86239c9105c0fd8b8a058904ae7
Only declare type of 'the_conninfo' in test_connect_args()

Inform mypy that we're not passing a None to conninfo_to_dict().
tests/test_connection.py
tests/test_connection_async.py