]> git.openstreetmap.org Git - nominatim.git/commit
adapt to new type annotations from typeshed
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 9 Aug 2022 09:06:54 +0000 (11:06 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 19 Nov 2022 14:40:01 +0000 (15:40 +0100)
commitc08e3849b853acb3ef9138ec04656216d8ea4c64
treea7701a78fb416d350195c0792af19f5c7053ad76
parentec92167514856dce273661610ea8b6e0f4372174
adapt to new type annotations from typeshed

Some more functions frrom psycopg are now properly annotated.
No ignoring necessary anymore.
nominatim/db/connection.py
nominatim/db/properties.py
nominatim/db/status.py
nominatim/tokenizer/icu_tokenizer.py
nominatim/tokenizer/legacy_tokenizer.py
nominatim/tools/admin.py