Skip to content

Commit bd6e724

Browse files
author
Oleh Kozynets
committed
Fix code style
1 parent 49826cb commit bd6e724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/dtypes/test_common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_invalid_dtype_error(self, box):
5454
(float, float),
5555
(np.dtype("float64"), np.float64),
5656
("int", np.int64),
57-
(int, np.int64)
57+
(int, np.int64),
5858
],
5959
)
6060
def test_pandas_dtype_valid(self, dtype_input, dtype_output):

0 commit comments

Comments
 (0)