Skip to content

Commit

Permalink
Fixing import bug on earlier commit (#133)
Browse files Browse the repository at this point in the history
* Fixing import bug on earlier commit

* Fix linter
  • Loading branch information
ktbyers authored and dbarrosop committed Jun 13, 2018
1 parent 11c0849 commit c0e5c00
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions napalm_ansible/modules/napalm_ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,6 @@ def main():
else:
optional_args = module.params['optional_args']


from napalm.base import ModuleImportError
from napalm_base import ModuleImportError # noqa

try:
network_driver = get_network_driver(dev_os)
except ModuleImportError as e:
Expand Down

0 comments on commit c0e5c00

Please sign in to comment.