False positive: duplicate-bases
when using advanced-alchemy repository classes
#9874
Labels
Needs triage 📥
Just created, needs acknowledgment, triage, and proper labelling
Bug description
Configuration
No response
Command used
Pylint output
Expected behavior
This should not output a
duplicate-bases
error; the code imports and runs just fine, which it wouldn't if Python actually thought it had duplicate bases.I suspect this is a variation of #2717 but with the offending "duplicate base" this time being
typing.Protocol
(#9222 is another possible variant involvingtyping.TypedDict
, but seems at first glance to be a weirder/more complex issue)Pylint version
OS / Environment
macOS 13.6.7, also observed on a Debian 12 Docker container
Additional dependencies
The text was updated successfully, but these errors were encountered: