[fix] check code quality (#5772)

This commit is contained in:
Sam Shleifer
2020-07-15 14:59:38 -04:00
committed by GitHub
parent b23d3a5ad4
commit 1a647abf0b
2 changed files with 0 additions and 7 deletions

View File

@@ -182,7 +182,6 @@ class SortishSampler(Sampler):
return iter(sort_idx)
logger = getLogger(__name__)