Skip to content

Del chunkify#182

Merged
evgeny-stakewise merged 1 commit intomasterfrom
chunkif
Feb 6, 2026
Merged

Del chunkify#182
evgeny-stakewise merged 1 commit intomasterfrom
chunkif

Conversation

@evgeny-stakewise
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings February 6, 2026 17:17
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR removes the chunkify function and its related imports from the codebase. The function was a utility for splitting various iterable types into chunks of a specified size.

Changes:

  • Removed the chunkify function implementation and its type overloads from sw_utils/common.py
  • Removed unused imports (TypeVar, Iterator, overload, HexBytes) that were only needed for chunkify
  • Removed chunkify from the public API exports in sw_utils/__init__.py

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
sw_utils/common.py Removed chunkify function, its type overloads, and associated imports (TypeVar, Iterator, overload, HexBytes)
sw_utils/init.py Removed chunkify from module exports

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@evgeny-stakewise evgeny-stakewise merged commit 173507f into master Feb 6, 2026
3 checks passed
@evgeny-stakewise evgeny-stakewise deleted the chunkif branch February 6, 2026 17:22
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