Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: J0J0 Todos <[email protected]>
  • Loading branch information
n-peugnet and JOJ0 authored Nov 29, 2023
1 parent d92d5e4 commit d193708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion synadm/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

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

import sys
Expand Down
3 changes: 1 addition & 2 deletions synadm/cli/_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

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

import os
import logging
Expand Down

0 comments on commit d193708

Please sign in to comment.