[lint] Fix import order
Reorder imports to be consistenly grouped by standard library, third party library, and local modules in that order thoughout the library.
This commit is contained in:
@ -25,7 +25,6 @@ DEALINGS IN THE SOFTWARE.
|
||||
"""
|
||||
|
||||
import copy
|
||||
|
||||
from collections import namedtuple, defaultdict
|
||||
|
||||
from . import utils
|
||||
|
Reference in New Issue
Block a user