]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Fix type hint for `Connection.notifies()`
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 26 Oct 2021 12:14:59 +0000 (13:14 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 26 Oct 2021 12:14:59 +0000 (13:14 +0100)
commit400a334c8ea4540f562fd04ff17a6df67a98226d
treeacb4335eed468185e0f0d66eb417a892698f8a3d
parent2b9161d7600068b562bc447c2c111f98a0cf2203
Fix type hint for `Connection.notifies()`

Close #128.
docs/news.rst
psycopg/psycopg/connection.py
psycopg/psycopg/connection_async.py