]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Declare 'elapsed' value before usage in async connection tests
authorDenis Laxalde <denis.laxalde@dalibo.com>
Fri, 5 Nov 2021 12:21:23 +0000 (13:21 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Nov 2021 01:57:39 +0000 (02:57 +0100)
commita76bb842aa4f7ae131174093288da2cbd9031370
tree6c59e0ea8b357477da8a1547803c9c915577a76e
parent7c714cdc5188500ac873be563efd6d71690dc1c3
Declare 'elapsed' value before usage in async connection tests

Resolves mypy error:
  error: No binding for nonlocal "elapsed" found  [misc]
tests/test_connection_async.py