Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <pingsutw@apache.org>
  • Loading branch information
pingsutw committed Aug 28, 2023
1 parent a895415 commit dd2b26b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion flytekit/clis/sdk_in_container/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
from flytekit.models.types import LiteralType, SimpleType
from flytekit.remote import FlyteLaunchPlan, FlyteRemote, FlyteTask, FlyteWorkflow

Check warning on line 49 in flytekit/clis/sdk_in_container/run.py

View check run for this annotation

Codecov / codecov/patch

flytekit/clis/sdk_in_container/run.py#L49

Added line #L49 was not covered by tests
from flytekit.remote.executions import FlyteWorkflowExecution
from flytekit.remote.remote import FlyteRemote
from flytekit.tools import module_loader, script_mode
from flytekit.tools.script_mode import _find_project_root
from flytekit.tools.translator import Options
Expand Down
1 change: 0 additions & 1 deletion flytekit/core/tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def _candidate_name_matches(candidate) -> bool:
return k
except ValueError as err:
logger.warning(f"Caught ValueError {err} while attempting to auto-assign name")
pass

logger.error(f"Could not find LHS for {self} in {self._instantiated_in}")
raise _system_exceptions.FlyteSystemException(f"Error looking for LHS in {self._instantiated_in}")
Expand Down

0 comments on commit dd2b26b

Please sign in to comment.