Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SajidAlamQB committed Jul 19, 2023
1 parent b4b9c97 commit cedd1a4
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion kedro-airflow/features/steps/cli_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import yaml
from behave import given, then, when

from features.steps.sh_run import run

OK_EXIT_CODE = 0
Expand Down
1 change: 1 addition & 0 deletions kedro-airflow/tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from kedro.framework.project import pipelines
from kedro.pipeline import node
from kedro.pipeline.modular_pipeline import pipeline as modular_pipeline

from kedro_airflow.plugin import commands


Expand Down
1 change: 0 additions & 1 deletion kedro-docker/features/steps/cli_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import behave
import yaml
from behave import given, then, when

from features.steps.sh_run import ChildTerminatingPopen, run
from features.steps.util import (
TimeoutException,
Expand Down
1 change: 1 addition & 0 deletions kedro-telemetry/kedro_telemetry/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
from kedro.framework.startup import ProjectMetadata
from kedro.io.data_catalog import DataCatalog
from kedro.pipeline import Pipeline

from kedro_telemetry import __version__ as TELEMETRY_VERSION
from kedro_telemetry.masking import _get_cli_structure, _mask_kedro_cli

Expand Down
1 change: 1 addition & 0 deletions kedro-telemetry/tests/test_masking.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from kedro import __version__ as kedro_version
from kedro.framework.cli.cli import KedroCLI, cli
from kedro.framework.startup import ProjectMetadata

from kedro_telemetry.masking import (
MASK,
_get_cli_structure,
Expand Down
3 changes: 2 additions & 1 deletion kedro-telemetry/tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
from kedro.io import DataCatalog, MemoryDataSet
from kedro.pipeline import node
from kedro.pipeline.modular_pipeline import pipeline as modular_pipeline
from pytest import fixture

from kedro_telemetry import __version__ as TELEMETRY_VERSION
from kedro_telemetry.plugin import (
KedroTelemetryCLIHooks,
KedroTelemetryProjectHooks,
_check_for_telemetry_consent,
_confirm_consent,
)
from pytest import fixture

REPO_NAME = "dummy_project"
PACKAGE_NAME = "dummy_package"
Expand Down

0 comments on commit cedd1a4

Please sign in to comment.