]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Ignore 'arg-type' mypy error about list subclass in fix_db
authorDenis Laxalde <denis.laxalde@dalibo.com>
Fri, 5 Nov 2021 09:58:38 +0000 (10:58 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Nov 2021 01:57:39 +0000 (02:57 +0100)
commitc745c1e2f68f43711ed9399f443ad3564eeed3fb
treee931adea46de257c65a36415136b885dff201f88
parentd2c4d7725ce7cc52c6647fd14f6bc8d1f14d5462
Ignore 'arg-type' mypy error about list subclass in fix_db

Not sure why this is an error. Are we supposed to inherit from
List[Any]?
tests/fix_db.py