Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NohaIhab committed Jul 31, 2024
1 parent e9651fa commit 039abf2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions charms/kserve-controller/tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,14 +589,7 @@ async def test_inference_service_proxy_envs_configuration(
timeout=60 * 1,
)

# Read InferenceService example and create namespaced resource
inference_service_resource = lightkube.generic_resource.create_namespaced_resource(
group="serving.kserve.io",
version="v1beta1",
kind="InferenceService",
plural="inferenceservices",
verbs=None,
)
# Read InferenceService example
inf_svc_yaml = yaml.safe_load(Path("./tests/integration/sklearn-iris.yaml").read_text())
inf_svc_object = lightkube.codecs.load_all_yaml(yaml.dump(inf_svc_yaml))[0]
inf_svc_name = inf_svc_object.metadata.name
Expand Down

0 comments on commit 039abf2

Please sign in to comment.