Skip to content

Commit 7e72516

Browse files
committed
up
1 parent 72a87fd commit 7e72516

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

backends/test/suite/flow.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def __str__(self):
5454
return self.name
5555

5656

57-
<<<<<<< HEAD
5857
def _register_flow(
5958
import_fn: Callable[[], list[TestFlow]], backend_name: str
6059
) -> list[TestFlow]:
@@ -63,10 +62,6 @@ def _register_flow(
6362
except Exception as e:
6463
logger.info(f"Skipping {backend_name} flow registration: {e}")
6564
return []
66-
=======
67-
def all_flows() -> dict[str, TestFlow]: # noqa: C901
68-
flows = []
69-
>>>>>>> af6810bfa4 (up)
7065

7166

7267
def _load_xnnpack() -> list[TestFlow]:

0 commit comments

Comments
 (0)