Skip to content

Commit b5b69cc

Browse files
committed
remove redundant imports
1 parent 3003398 commit b5b69cc

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

bigframes/core/utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import numpy as np
2323
import pandas as pd
2424
import pandas.api.types as pdtypes
25-
import pyarrow as pa
2625
import typing_extensions
2726

2827
import bigframes.exceptions as bfe

tests/system/small/operations/test_timedeltas.py

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import numpy as np
1919
import pandas as pd
2020
import pandas.testing
21-
import pyarrow as pa
2221
import pytest
2322

2423
from bigframes import dtypes

tests/unit/core/test_bf_utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
import numpy as np
1818
import pandas as pd
19-
import pyarrow as pa
2019
import pytest
2120

2221
from bigframes.core import utils

0 commit comments

Comments
 (0)