misc: Run pre-commit run --all-files
This ensures `isort` is applied to all files in the repo. Change-Id: Ib7ced1c924ef1639542bf0d1a01c5737f6ba43e9
This commit is contained in:
@@ -82,10 +82,13 @@ import argparse
|
||||
import copy
|
||||
import os
|
||||
import re
|
||||
|
||||
from pickle import HIGHEST_PROTOCOL as highest_pickle_protocol
|
||||
|
||||
from testlib.helper import absdirpath, AttrDict, FrozenAttrDict
|
||||
from testlib.helper import (
|
||||
AttrDict,
|
||||
FrozenAttrDict,
|
||||
absdirpath,
|
||||
)
|
||||
|
||||
|
||||
class UninitialzedAttributeException(Exception):
|
||||
|
||||
Reference in New Issue
Block a user