|
|
@@ -5,7 +5,8 @@ |
|
|
|
# Unless required by applicable law or agreed to in writing, |
|
|
|
# software distributed under the License is distributed on an |
|
|
|
# "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
|
|
from collections import Iterable, namedtuple |
|
|
|
import collections |
|
|
|
from collections import namedtuple |
|
|
|
from functools import partial |
|
|
|
from typing import Iterable |
|
|
|
|
|
|
|