Skip to content

Commit 578671a

Browse files
MarcoGorelliMarco Gorelli
authored and
Marco Gorelli
committed
🐛 don't remove timezone-awareness when using the method from DataFrame
1 parent f608b22 commit 578671a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/frame/test_combine_concat.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import numpy as np
44
import pytest
5+
import pytz
56

67
import pandas as pd
78
from pandas import DataFrame, Index, Series, Timestamp, date_range

0 commit comments

Comments
 (0)