Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 686193e

Browse files
committed
chore: more lint
1 parent 7723f0d commit 686193e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

pandas_gbq/core/sample.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Copyright (c) 2025 pandas-gbq Authors All rights reserved.
1+
# Copyright (c) 2026 pandas-gbq Authors All rights reserved.
22
# Use of this source code is governed by a BSD-style
33
# license that can be found in the LICENSE file.
44

55
from __future__ import annotations
66

77
import typing
8-
from typing import Optional, Sequence, cast
8+
from typing import Optional, Sequence
99

1010
import google.cloud.bigquery
1111
import google.cloud.bigquery.table

tests/unit/test_to_gbq.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# license that can be found in the LICENSE file.
44

55

6-
import os
76
import os
87
import pathlib
98
import tempfile

0 commit comments

Comments
 (0)