Skip to content

Commit

Permalink
Cleanup: Drop import yaml in generate script (#17253)
Browse files Browse the repository at this point in the history
yaml isn't being used.
  • Loading branch information
yuennancy authored May 1, 2024
1 parent 360dc3e commit 7b144fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/matmul/generate_e2e_matmul_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from typing import Optional
import argparse
import os
import yaml
import re
import enum
import dataclasses
Expand Down

0 comments on commit 7b144fc

Please sign in to comment.