Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 5b04b37

Browse files
committed
doc string updates
1 parent 10f7923 commit 5b04b37

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

netnir/cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
import sys
66

77

8-
"""cli class to build and execute cli commands
9-
"""
8+
"""cli class to build and execute cli commands"""
109

1110

1211
class Cli:

netnir/core/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
"""netnir core initialization
2-
"""
1+
"""netnir core initialization"""

netnir/helpers/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
import logging
66

77

8-
"""initialize netnir helpers
9-
"""
8+
"""initialize netnir helpers"""
109

1110

1211
def device_mapper(os_type: str, proto: str = "netmiko"):

netnir/plugins/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
"""initialize plugins
2-
"""
1+
"""initialize plugins"""

0 commit comments

Comments
 (0)