Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Jun 14, 2024
1 parent e03b390 commit 8d19db3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions magnum_cluster_api/tests/functional/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

import pytest

from magnum_cluster_api import objects


@pytest.fixture
def cluster(
Expand All @@ -29,10 +27,6 @@ def cluster(
try:
ubuntu_driver.create_cluster(context, cluster_obj, 60)

cluster_resource = objects.Cluster.for_magnum_cluster(
ubuntu_driver.k8s_api, cluster_obj
)

cluster_obj.save.assert_called_once()
cluster_obj.save.reset_mock()

Expand Down

0 comments on commit 8d19db3

Please sign in to comment.