Skip to content

Commit b0956ae

Browse files
committed
Add blank line at the end of string.py
1 parent a788387 commit b0956ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ def setup(self):
116116

117117
def time_series_string_vector_slice(self):
118118
# GH 2602
119-
self.s.str[:5]
119+
self.s.str[:5]

0 commit comments

Comments
 (0)