Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Merel Theisen <[email protected]>
  • Loading branch information
merelcht committed Mar 7, 2024
1 parent ee7ae91 commit 1281b77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kedro/framework/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ def python_call(
def find_stylesheets() -> Iterable[str]: # pragma: no cover
"""Fetch all stylesheets used in the official Kedro documentation"""
css_path = Path(__file__).resolve().parents[1] / "html" / "_static" / "css"
return (
str(css_path / "copybutton.css"),
)
return (str(css_path / "copybutton.css"),)


def forward_command(
Expand Down

0 comments on commit 1281b77

Please sign in to comment.