Skip to content

Commit

Permalink
remove unused get_resourced_machine_vertex
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Nov 13, 2024
1 parent ff89e88 commit 1da0849
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
2 changes: 0 additions & 2 deletions pacman_test_objects/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@
# limitations under the License.

from .non_legacy_app_vertex import NonLegacyApplicationVertex
from .placer_test_support import get_resourced_machine_vertex
from .simple_test_edge import SimpleTestEdge
from .simple_test_vertex import SimpleTestVertex

__all__ = [
"get_resourced_machine_vertex",
"NonLegacyApplicationVertex",
"SimpleTestEdge",
"SimpleTestVertex"]
27 changes: 0 additions & 27 deletions pacman_test_objects/placer_test_support.py

This file was deleted.

0 comments on commit 1da0849

Please sign in to comment.