File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -294,7 +294,6 @@ def test_subclass(self):
294294 a = DatetimeTZDtype .construct_from_string ("datetime64[ns, US/Eastern]" )
295295 b = DatetimeTZDtype .construct_from_string ("datetime64[ns, CET]" )
296296
297- assert issubclass (type (a ), type (a ))
298297 assert issubclass (type (a ), type (b ))
299298
300299 def test_compat (self , dtype ):
@@ -466,7 +465,6 @@ def test_subclass(self):
466465 a = PeriodDtype ("period[D]" )
467466 b = PeriodDtype ("period[3D]" )
468467
469- assert issubclass (type (a ), type (a ))
470468 assert issubclass (type (a ), type (b ))
471469
472470 def test_identity (self ):
@@ -721,7 +719,6 @@ def test_subclass(self):
721719 a = IntervalDtype ("interval[int64, right]" )
722720 b = IntervalDtype ("interval[int64, right]" )
723721
724- assert issubclass (type (a ), type (a ))
725722 assert issubclass (type (a ), type (b ))
726723
727724 def test_is_dtype (self , dtype ):
You can’t perform that action at this time.
0 commit comments