[
https://issues.apache.org/jira/browse/AVRO-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17744856#comment-17744856
]
ASF subversion and git services commented on AVRO-3807:
-------------------------------------------------------
Commit a33963c44b5a35e4e5369ab1c87ccb443fbe3e1b in avro's branch
refs/heads/master from Michael A. Smith
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=a33963c44 ]
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
> Clean up unused imports and variables
> -------------------------------------
>
> Key: AVRO-3807
> URL: https://issues.apache.org/jira/browse/AVRO-3807
> Project: Apache Avro
> Issue Type: Task
> Components: python
> Affects Versions: 1.12.0
> Reporter: Michael A. Smith
> Assignee: Michael A. Smith
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> According to CodeQL, the Python implementation has a bunch of unused imports
> and variable assignments. This ticket is to clean those up.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)