Commits


Michael A. Smith authored and GitHub committed a33963c44b5
AVRO-3807 Cleanup Unused Imports and Variable Assignments (#2363) * AVRO-3807: Implement Autoflake in Lint * AVRO-3807: Cleanup Unused Imports and Assignments Other cleanups: - Use assertNotIn instead of assertFalse - Avoid fall-through returns after explicit returns - Avoid importing the same module more than once. * AVRO-3807: Configure Flake8 Max Line Length