Skip to content

Commit

Permalink
unnecessary new line removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Schirge committed Nov 14, 2021
1 parent fc7983f commit 4b88748
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion napalm_arubaoss/helper/get_arp_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

def get_arp_table(self, vrf):
"""Get device's ARP table."""

if vrf:
msg = "VRF support has not been added " \
"for this getter on this platform."
Expand Down
1 change: 0 additions & 1 deletion napalm_arubaoss/helper/get_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

def get_config(self, retrieve="all", full=False):
"""Get configuration stored on the device."""

if full:
msg = "\"full\" is not available " \
"for this getter on this platform."
Expand Down
1 change: 0 additions & 1 deletion napalm_arubaoss/helper/get_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

def get_facts(self):
"""Get general device information."""

url = "{base_url}{endpoint}"

system_status_url = url.format(
Expand Down

0 comments on commit 4b88748

Please sign in to comment.