Skip to content

Conversation

@waketzheng
Copy link
Contributor

Description

Base on PR849

  1. Add from __future__ import annotations to python files
  2. Run ruff check --extend-select=I,UP pypika/ to reformat files
  3. Manual remove typing.Tuple in pypika/terms.py
  4. Fix Remove definition: test_xxx in pypika/tests/
  5. Run pre-commit run --files fix lint issues

@waketzheng waketzheng requested a review from a team as a code owner October 26, 2025 07:29
@AzisK
Copy link
Contributor

AzisK commented Oct 26, 2025

Thank you for your work once again. Would you be able to resolve the conflicts?

@AzisK
Copy link
Contributor

AzisK commented Oct 27, 2025

I am seeing this error on Python 3.8 and 3.9 tests. Could you take a look?

ImportError: cannot import name 'Concatenate' from 'typing'

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.

2 participants