Skip to content

Commit 8a85eec

Browse files
committed
CLN: remove trailing whitespace
1 parent 8ee9631 commit 8a85eec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/_libs/tslibs/conversion.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ from numpy cimport int64_t, int32_t, intp_t, ndarray
66
cnp.import_array()
77

88
from dateutil.zoneinfo import tzfile as du_tzfile1
9-
from dateutil.tz.tz import tzfile as du_tzfile2
9+
from dateutil.tz.tz import tzfile as du_tzfile2
1010

1111
import pytz
1212

@@ -388,7 +388,7 @@ cdef _TSObject convert_datetime_to_tsobject(datetime ts, object tz,
388388
# GH 24329 Take DST offset into account
389389
# Two check in if necessary because class
390390
# differs on Windows and Linux
391-
if (isinstance(ts.tzinfo, du_tzfile1) or
391+
if (isinstance(ts.tzinfo, du_tzfile1) or
392392
isinstance(ts.tzinfo, du_tzfile2)):
393393
if ts.tzinfo.is_ambiguous(ts):
394394
dst_offset = ts.tzinfo.dst(ts)

0 commit comments

Comments
 (0)