Skip to content

Commit fb965e7

Browse files
committed
Fix formatting in test_string_array.py (pre-commit autofix)
1 parent ae36cf7 commit fb965e7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
import pandas as pd
22
print(pd.array([list('test'), list('words')], dtype='string'))
3-
print(pd.array([list('test'), list('word')], dtype='string'))
4-
5-
3+
print(pd.array([list('test'), list('word')], dtype='string'))

0 commit comments

Comments
 (0)