Skip to content

Commit d6d6423

Browse files
authored
Revert unrelated change
1 parent 110e4e3 commit d6d6423

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/test_writes/test_writes.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,8 +866,7 @@ def test_summaries_with_only_nulls(
866866
@pytest.mark.integration
867867
def test_duckdb_url_import(warehouse: Path, arrow_table_with_null: pa.Table) -> None:
868868
os.environ["TZ"] = "Etc/UTC"
869-
if hasattr(time, "tzset"):
870-
time.tzset()
869+
time.tzset()
871870
tz = pytz.timezone(os.environ["TZ"])
872871

873872
catalog = SqlCatalog("test_sql_catalog", uri="sqlite:///:memory:", warehouse=f"/{warehouse}")

0 commit comments

Comments
 (0)