Unverified Commit 0e0b4917 authored by Min Xu's avatar Min Xu Committed by GitHub
Browse files

Revert "[refactor] Modified collections to collections.abc" (#987)

This reverts commit 0bcf4dae

.
Co-authored-by: default avatarMin Xu <min.xu.public@gmail.com>
parent 0bcf4dae
......@@ -3,9 +3,7 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
import collections.abc as abc
from collections import defaultdict
from collections import abc, defaultdict
from enum import Enum
import logging
from typing import Any, Dict, List, Optional, Union
......
......@@ -3,7 +3,7 @@
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.
import collections.abc as abc
from collections import abc
from math import inf
from typing import Any, Callable, Dict, List, Optional
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment