Skip to content

Commit

Permalink
Apply suggestion from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Cordoba <ccordoba12@gmail.com>
  • Loading branch information
mrclary and ccordoba12 committed Feb 4, 2024
1 parent 555d964 commit e0cd6c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions installers-conda/resources/menuinst_cli.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# -*- coding: utf-8 -*-
#
# Copyright © Spyder Project Contributors
# Licensed under the terms of the MIT License
# (see spyder/__init__.py for details)
"""
Command-line interface for menuinst in Spyder installer
"""

import sys
from pathlib import Path
from argparse import ArgumentParser

from menuinst import api

_base = Path(sys.prefix)
Expand Down

0 comments on commit e0cd6c3

Please sign in to comment.