Skip to content

Commit

Permalink
Add mtu to interface, run black, and fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
itdependsnetworks committed Oct 13, 2019
1 parent bfb424a commit 4b667d5
Show file tree
Hide file tree
Showing 7 changed files with 257 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 4b667d5

Please sign in to comment.