Skip to content

[CHA-0] Fix lint error on Python 3.8#223

Merged
shaljam merged 1 commit intomasterfrom
fix-lint-on-3.8
Feb 16, 2026
Merged

[CHA-0] Fix lint error on Python 3.8#223
shaljam merged 1 commit intomasterfrom
fix-lint-on-3.8

Conversation

@shaljam
Copy link
Contributor

@shaljam shaljam commented Feb 16, 2026

On Python 3.8 isort 6.x can't be installed (requires Python >=3.9), so isort 5.13 is used instead. isort 5.x collapses multi-line imports to a single line when they fit within the line length, while isort 6.x preserves the multi-line format. The fix is simply collapsing the import to one line, which is valid under both versions.

Submit a pull request

CLA

  • I have signed the Stream CLA (required).
  • The code changes follow best practices
  • Code changes are tested (add some information if not applicable)

Description of the pull request

… is used instead. isort 5.x collapses multi-line imports to a single line when they fit within the line length, while isort 6.x preserves the multi-line format. The fix is simply collapsing the import to one line, which is valid under both versions.
@shaljam shaljam merged commit 1dc90b5 into master Feb 16, 2026
10 of 11 checks passed
@shaljam shaljam deleted the fix-lint-on-3.8 branch February 16, 2026 12:49
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

Comments