[7.x] Sort imports with isort and regenerate APIs

This commit is contained in:
Seth Michael Larson
2021-01-13 14:21:04 -06:00
committed by GitHub
parent e0e54a1128
commit a728aaa491
195 changed files with 1010 additions and 816 deletions
+9 -10
View File
@@ -16,19 +16,18 @@
# under the License.
import logging
from typing import (
Union,
Optional,
Mapping,
MutableMapping,
Tuple,
List,
NoReturn,
Dict,
Sequence,
Any,
Collection,
Dict,
List,
Mapping,
MutableMapping,
NoReturn,
Optional,
Sequence,
Tuple,
Union,
)
logger: logging.Logger