mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 08:02:57 +00:00
Line issue trackers are conceptually a subclass of file issue trackers: they're file issue trackers where issues arise from checking each line independently. So make it an actual subclass. Pylint pointed out the design smell: there was an abstract method that wasn't always overridden in concrete child classes.