Skip to content

Commit

Permalink
test: remove unused dataclass in tf-mnist-classifier integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
jkglasbrenner committed Aug 17, 2021
1 parent ecaac0c commit 1747fa0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/integration/tf_mnist_classifier/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
from testinfra.host import Host


@dataclass
class LegacyTestbedHosts(object):
mlflow_tracking1_12_1: Host
tf210cpu_01: Host


@dataclass
class TestbedHosts(object):
minio: Host
Expand Down

0 comments on commit 1747fa0

Please sign in to comment.