Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor test file imports by removing duplicates and standardizing order #951

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gkfyr
Copy link

@gkfyr gkfyr commented Feb 18, 2025

Related Issue

closes #950

Description of Changes

  • Removed duplicate import statements in /test.
  • Reordered imports following a structured approach:
    1. External dependencies
    2. Utilities
    3. Types
    4. Interfaces
    5. Libraries
    6. Contracts
    7. Test files
  • Sorted imports within each category based on the length of {} content (shorter names first).
  • Ensured consistent formatting with no unnecessary blank lines between imports.

@gkfyr gkfyr requested a review from a team as a code owner February 18, 2025 06:21
@gkfyr gkfyr changed the title Refactor test file imports by removing duplicates and standardizing order #950 Refactor test file imports by removing duplicates and standardizing order Feb 18, 2025
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.

Refactor test file imports by removing duplicates and standardizing order
1 participant