Skip to content

Conversation

0xClandestine
Copy link
Member

Motivation:

Middleware contains tons of unused imports, which reduces code clarity.

Modifications:

  • Used forge lint src --only-lint unused-import to remove all unused imports from src.

Result:

Improved clarity.

@ypatil12 ypatil12 changed the title fix(L-06): remove many unused imports fix(I-06): remove many unused imports Jul 24, 2025
@ypatil12 ypatil12 merged commit 6b14d48 into release-dev/multichain-audit-fixes Jul 24, 2025
9 checks passed
@ypatil12 ypatil12 deleted the fix/unused-imports branch July 24, 2025 14:18
ypatil12 pushed a commit that referenced this pull request Jul 29, 2025
**Motivation:**

Middleware contains tons of unused imports, which reduces code clarity.

**Modifications:**

- Used `forge lint src --only-lint unused-import` to remove all unused
imports from `src`.

**Result:**

Improved clarity.
ypatil12 pushed a commit that referenced this pull request Jul 31, 2025
**Motivation:**

Middleware contains tons of unused imports, which reduces code clarity.

**Modifications:**

- Used `forge lint src --only-lint unused-import` to remove all unused
imports from `src`.

**Result:**

Improved clarity.
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