facebookresearch / dynalab

The Python library with command line tools to interact with Dynabench(https://dynabench.org/), such as uploading models.
MIT License
54 stars 10 forks source link

chore: add third-party packages to isort #127

Closed kokrui closed 2 years ago

kokrui commented 2 years ago

small chore, no files in main branch are affected by a re-lint but noticed the issue when working on https://github.com/facebookresearch/dynalab/pull/121 (specifically, this change was made by linter and passed tests https://github.com/kokrui/dynalab/blob/ccac1b5fce289b0d030990c5d29c06f327091515/dynalab_cli/upload.py#L13-L20)

kokrui commented 2 years ago

@TristanThrush @ktirumalafb just tagging for review request, if approved could you squash & merge on my behalf since I don't have write access? thanks!!