Skip to content

Commit

Permalink
fix 3.7-dev type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb Martin committed Apr 10, 2019
1 parent 9054831 commit 28dc9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyoozie/tags.py
Expand Up @@ -496,7 +496,7 @@ def _xml(self, doc, tag, text):
return doc


class _AbstractWorkflowEntity(typing.Iterable):
class _AbstractWorkflowEntity(collections.Iterable):
"""An abstract object representing an Oozie workflow action that can be serialized to XML."""
# pylint: disable=abstract-method

Expand Down

0 comments on commit 28dc9a5

Please sign in to comment.