Skip to content

Commit

Permalink
Commit with pre-commit enabled to catch any formatting changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggiesen authored and Ch3LL committed Mar 25, 2021
1 parent 9ee1242 commit 57afcfc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions salt/states/net_napalm_yang.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
NAPALM YANG state
=================
Expand All @@ -21,7 +20,6 @@
.. _NAPALM: https://napalm.readthedocs.io
.. _Installation: https://napalm.readthedocs.io/en/latest/installation/index.html
"""
from __future__ import absolute_import, print_function, unicode_literals

import logging

Expand All @@ -34,7 +32,6 @@

log = logging.getLogger(__file__)

# Import third party libs
try:
# pylint: disable=unused-import
import napalm_yang
Expand Down
3 changes: 0 additions & 3 deletions salt/states/netacl.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
Network ACL
===========
Expand Down Expand Up @@ -33,15 +32,13 @@
.. _NAPALM: https://napalm.readthedocs.io
.. _Installation: https://napalm.readthedocs.io/en/latest/installation/index.html
"""
from __future__ import absolute_import, print_function, unicode_literals

import logging

import salt.utils.napalm

log = logging.getLogger(__file__)

# Import third party libs
try:
# pylint: disable=W0611
import capirca
Expand Down

0 comments on commit 57afcfc

Please sign in to comment.