Skip to content

Commit

Permalink
Merge pull request #66 from radez/devel
Browse files Browse the repository at this point in the history
import abstract base classes from second level module

Reviewed-by: https://github.com/apps/ansible-zuul
  • Loading branch information
ansible-zuul[bot] committed Jun 16, 2021
2 parents a16c3bb + ac36ac7 commit 0275128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion network_runner/types/containers.py
Expand Up @@ -18,7 +18,7 @@
#
import json

from collections import MutableMapping, MutableSequence
from collections.abc import MutableMapping, MutableSequence

from six import iteritems

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -34,7 +34,7 @@ def main():

setuptools.setup(
name='network-runner',
version='0.3.5',
version='0.3.6',
description='Abstracton and Python API for Ansible Networking',
long_description=long_description,
author='Ansible',
Expand Down

0 comments on commit 0275128

Please sign in to comment.