]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Added guard for lazy import to avoid the import statement
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 30 Dec 2020 19:30:59 +0000 (20:30 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 8 Jan 2021 01:26:53 +0000 (02:26 +0100)
commit54cb6475d0225386c0ae01b1b418d704183bd0eb
tree7eaa802a6ab0de8da8603dd6b5add057febea7c6
parent5069727d224c4cc688f1060d40e8a6780436ba1e
Added guard for lazy import to avoid the import statement

I'm mot so sure it's always so fast to re-import.
psycopg3/psycopg3/types/network.py
psycopg3/psycopg3/types/uuid.py