Skip to content

bug: add import and object reference due to upstream changes #208

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

chalmerlowe
Copy link
Collaborator

@chalmerlowe chalmerlowe commented Aug 31, 2023

Due to an upstream change in how a module was imported and referenced, we needed to update some of our compliance tests to match.

Fixes #200 🦕
Fixes #201 🦕
Fixes #202 🦕
Fixes #203 🦕
Fixes #204 🦕
Fixes #205 🦕
Fixes #206 🦕
Fixes #207 🦕

@chalmerlowe chalmerlowe requested review from a team as code owners August 31, 2023 14:04
@chalmerlowe chalmerlowe requested a review from GaoleMeng August 31, 2023 14:04
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: bigquery Issues related to the googleapis/python-db-dtypes-pandas API. labels Aug 31, 2023
@chalmerlowe chalmerlowe added the automerge Merge the pull request once unit tests and other checks pass. label Aug 31, 2023
@gcf-merge-on-green gcf-merge-on-green bot merged commit 8a7b25f into main Aug 31, 2023
@gcf-merge-on-green gcf-merge-on-green bot deleted the bug-tm-import branch August 31, 2023 14:38
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Aug 31, 2023
@@ -22,6 +22,7 @@

import pandas
from pandas.tests.extension import base
import pandas._testing as tm
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment