Skip to content

Commit

Permalink
remove unused parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Aug 5, 2024
1 parent 4090262 commit a2b9707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reserver/reserver_obj.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
from os import environ, path, getcwd, remove
from .reserver_errors import ReserverBaseError
from subprocess import check_output, CalledProcessError
from .reserver_param import UNEQUAL_PARAM_NAME_LENGTH_ERROR
from .util import has_named_parameter, remove_dir, read_json
from .reserver_func import does_package_exist, generate_template_setup_py
from .reserver_param import INVALID_INPUT_USER_PARAM, UNEQUAL_PARAM_NAME_LENGTH_ERROR

class PyPIUploader:
"""
Expand Down

0 comments on commit a2b9707

Please sign in to comment.