Skip to content

Commit

Permalink
tests: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Jan 18, 2025
1 parent fd9aada commit bc977c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@
#
# Copyright (C) 2019 CERN.
# Copyright (C) 2019 Northwestern University.
# Copyright (C) 2022 Graz University of Technology.
# Copyright (C) 2022-2025 Graz University of Technology.
#
# Invenio-Cli is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.

"""Sphinx configuration."""

from __future__ import print_function


from invenio_cli import __version__

# -- General configuration ------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion invenio_cli/commands/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def update_statics_and_assets(
Needed here (parent) because is used by Assets and Install commands.
"""

# they are intentionally here. update_statics_and_assets could be called
# on the invenio-cli install command. at the point the local.py is
# processed by the python interpreter the following two packages are
Expand Down

0 comments on commit bc977c8

Please sign in to comment.