argoverse / argoverse-api

Official GitHub repository for Argoverse dataset
https://www.argoverse.org
Other
839 stars 240 forks source link

Autoflake the repository. #234

Closed benjaminrwilson closed 3 years ago

benjaminrwilson commented 3 years ago

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 commented 3 years ago

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

johnwlambert commented 3 years ago

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