]> 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>
Tue, 9 Aug 2022 09:06:54 +0000 (11:06 +0200)
commit8d082c13e01f2c271318bb6ccf2a2f8e5000e315
treeea6c29992f723f7c6157ed9d729778c73b5cbe1c
parent196dc2a65901c881537d52468a19a8c0d0357785
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