File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -329,8 +329,8 @@ def test_is_datetimelike():
329
329
* ALL_INT_DTYPES ,
330
330
* to_numpy_dtypes (ALL_INT_DTYPES ),
331
331
* ALL_EA_INT_DTYPES ,
332
- * to_ea_dtypes (ALL_EA_INT_DTYPES )
333
- ]
332
+ * to_ea_dtypes (ALL_EA_INT_DTYPES ),
333
+ ],
334
334
)
335
335
def test_is_integer_dtype (dtype ):
336
336
assert com .is_integer_dtype (dtype )
@@ -359,8 +359,8 @@ def test_is_not_integer_dtype(dtype):
359
359
* SIGNED_INT_DTYPES ,
360
360
* to_numpy_dtypes (SIGNED_INT_DTYPES ),
361
361
* SIGNED_EA_INT_DTYPES ,
362
- * to_ea_dtypes (SIGNED_EA_INT_DTYPES )
363
- ]
362
+ * to_ea_dtypes (SIGNED_EA_INT_DTYPES ),
363
+ ],
364
364
)
365
365
def test_is_signed_integer_dtype (dtype ):
366
366
assert com .is_integer_dtype (dtype )
@@ -393,8 +393,8 @@ def test_is_not_signed_integer_dtype(dtype):
393
393
* UNSIGNED_INT_DTYPES ,
394
394
* to_numpy_dtypes (UNSIGNED_INT_DTYPES ),
395
395
* UNSIGNED_EA_INT_DTYPES ,
396
- * to_ea_dtypes (UNSIGNED_EA_INT_DTYPES )
397
- ]
396
+ * to_ea_dtypes (UNSIGNED_EA_INT_DTYPES ),
397
+ ],
398
398
)
399
399
def test_is_unsigned_integer_dtype (dtype ):
400
400
assert com .is_unsigned_integer_dtype (dtype )
You can’t perform that action at this time.
0 commit comments