remove redundant check (#12087)

This commit is contained in:
b1tg
2025-09-09 15:15:39 -04:00
committed by GitHub
parent 71fcb23d4a
commit 58d13a6e3e
-1
View File
@@ -344,7 +344,6 @@ class TestUint64DType(TestDType):
class TestBoolDType(TestDType): DTYPE = dtypes.bool
@unittest.skipUnless(is_dtype_supported(dtypes.bfloat16), f"no bfloat16 on {Device.DEFAULT}")
class TestBFloat16Type(TestDType): DTYPE = dtypes.bfloat16
class TestPtrDType(unittest.TestCase):