Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit d193708

Browse files
n-peugnetJOJ0
andauthored
Apply suggestions from code review
Co-authored-by: J0J0 Todos <2733783+JOJ0@users.noreply.github.com>
1 parent d92d5e4 commit d193708

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

synadm/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# You should have received a copy of the GNU General Public License
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

18-
""" CLI base functions and settings
18+
""" CLI root-level commands; Subcommands are imported at the bottom of file
1919
"""
2020

2121
import sys

synadm/cli/_helper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# You should have received a copy of the GNU General Public License
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

18-
""" API helper, exported in its own file to allow importing it only
19-
when needed."""
18+
""" CLI helpers and utilities"""
2019

2120
import os
2221
import logging

0 commit comments

Comments
 (0)