Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoflake the repository. #234

Merged
merged 1 commit into from
Jun 4, 2021
Merged

Autoflake the repository. #234

merged 1 commit into from
Jun 4, 2021

Conversation

benjaminrwilson
Copy link
Contributor

Use autoflake to clean up the repository.

For reference, the following command was used from the root directory:

autoflake --expand-star-imports --remove-all-unused-imports --remove-duplicate-keys --ignore-init-module-imports --remove-unused-variables --in-place --recursive .

@benjaminrwilson
Copy link
Contributor Author

@johnwlambert, let me know if you have any other concerns.

argoverse/utils/centerline_utils.py Outdated Show resolved Hide resolved
argoverse/utils/frustum_clipping.py Show resolved Hide resolved
argoverse/utils/interpolate.py Show resolved Hide resolved
argoverse/utils/interpolate.py Show resolved Hide resolved
argoverse/utils/cuboid_interior.py Show resolved Hide resolved
@johnwlambert
Copy link
Contributor

Hi Ben, left a few comments. Thanks for all the updates

Copy link
Contributor

@johnwlambert johnwlambert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks Ben. Merge away

@benjaminrwilson benjaminrwilson merged commit 469bb46 into argoverse:master Jun 4, 2021
@benjaminrwilson benjaminrwilson deleted the autoflake branch June 4, 2021 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants