Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
  • Loading branch information
noklam committed Aug 13, 2024
1 parent f177cf8 commit 88ba099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ipython/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from kedro.pipeline import node
from kedro.pipeline.modular_pipeline import pipeline as modular_pipeline

from . import dummy_function_fixtures # noqa: F401
from . import dummy_function_fixtures
from .dummy_function_fixtures import (
dummy_function,
dummy_function_with_loop,
Expand Down

0 comments on commit 88ba099

Please sign in to comment.