Skip to content

Fix bad import of pandas#1395

Merged
andrewelamb merged 2 commits into
v4.13.0-rc-devfrom
v4.13.0-rc-dev-fixes
Jun 5, 2026
Merged

Fix bad import of pandas#1395
andrewelamb merged 2 commits into
v4.13.0-rc-devfrom
v4.13.0-rc-dev-fixes

Conversation

@andrewelamb
Copy link
Copy Markdown
Contributor

@andrewelamb andrewelamb commented Jun 5, 2026

An import of pandas was added at the top lvel of a module. This doesn't break any tests, but it causes an import error when the check-build workflow does synapse --version with the test-pypi package.

This is fixed by removing the module-level import and moving it to the function.

@andrewelamb andrewelamb requested a review from a team as a code owner June 5, 2026 16:17
Comment thread synapseclient/models/mixins/table_components.py
@thomasyu888 thomasyu888 requested a review from BryanFauble June 5, 2026 16:51
Copy link
Copy Markdown
Contributor

@linglp linglp left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for the fix

Copy link
Copy Markdown
Member

@thomasyu888 thomasyu888 left a comment

Choose a reason for hiding this comment

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

🔥 LGTM! I'll defer to someone on the team for final review, and lets make sure this makes it into dev branch at some point.

@andrewelamb andrewelamb merged commit a1f03d3 into v4.13.0-rc-dev Jun 5, 2026
16 of 21 checks passed
@andrewelamb andrewelamb deleted the v4.13.0-rc-dev-fixes branch June 5, 2026 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants