Skip to content

Commit

Permalink
Import Iterable from collections.abc (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdahm authored May 22, 2020
1 parent 1dedc7c commit 8c62363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dawn/src/dawn4py/serialization/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import textwrap

from enum import Enum
from collections import Iterable
from collections.abc import Iterable
from typing import List, TypeVar, NewType

from google.protobuf import json_format
Expand Down

0 comments on commit 8c62363

Please sign in to comment.