We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49826cb commit bd6e724Copy full SHA for bd6e724
pandas/tests/dtypes/test_common.py
@@ -54,7 +54,7 @@ def test_invalid_dtype_error(self, box):
54
(float, float),
55
(np.dtype("float64"), np.float64),
56
("int", np.int64),
57
- (int, np.int64)
+ (int, np.int64),
58
],
59
)
60
def test_pandas_dtype_valid(self, dtype_input, dtype_output):
0 commit comments