mirror of
https://github.com/cuberite/polarssl.git
synced 2025-11-30 02:18:17 -05:00
This wasn't reported by pylint due to a pylint bug (apparently): `pylint A B` doesn't complain about an unused import in B if A happens to import and use the same module, which happens to be the case when we run pylint on the CI. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>