chore(pylint): Reenable ungrouped-imports check (#16256)

Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
John Bodley
2021-08-16 09:01:01 -07:00
committed by GitHub
parent 8e07dd28bc
commit 7b724439b9
2 changed files with 1 additions and 2 deletions

View File

@@ -84,7 +84,6 @@ confidence=
disable=
missing-docstring,
too-many-lines,
ungrouped-imports,
import-outside-toplevel,
raise-missing-from,
too-few-public-methods,