Skip to content

Commit

Permalink
Merge pull request napalm-automation-community#72 from itdependsnetwo…
Browse files Browse the repository at this point in the history
…rks/tests

Add mtu to interface, run black, and fix tests
  • Loading branch information
itdependsnetworks authored Oct 13, 2019
2 parents bfb424a + 9cdbf5c commit 7c88c89
Show file tree
Hide file tree
Showing 8 changed files with 258 additions and 201 deletions.
4 changes: 2 additions & 2 deletions napalm_panos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
from napalm_panos.panos import PANOSDriver

try:
__version__ = pkg_resources.get_distribution('napalm-panos').version
__version__ = pkg_resources.get_distribution("napalm-panos").version
except pkg_resources.DistributionNotFound:
__version__ = "Not installed"

__all__ = ('PANOSDriver',)
__all__ = ("PANOSDriver",)
Loading

0 comments on commit 7c88c89

Please sign in to comment.