Skip to content

Commit 0a4b5bc

Browse files
committed
lint
1 parent 4e44f04 commit 0a4b5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyarrow/tests/test_compute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2367,7 +2367,7 @@ def _compare_strftime_strings_on_windows(result, expected):
23672367
# instead of timezone abbreviations (e.g. "CET")
23682368
# https://github.com/apache/arrow/issues/48767
23692369

2370-
# Match timezone suffixes: UTC, GMT offsets (GMT+1, GMT-5), or abbreviations (CET, CEST)
2370+
# Match timezone suffixes (UTC), offsets (GMT+1), or abbreviations (CET)
23712371
p = "(UTC|GMT[+-]?[0-9]*|[A-Z]{2,5})$"
23722372

23732373
ends_with_tz = pc.match_substring_regex(result, p)

0 commit comments

Comments
 (0)