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

Title: Fix code formatting inconsistencies in examples #50

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

Conversation

bscriver123
Copy link

Description

This pull request resolves the issue where the example code is not formatted correctly. The code snippet provided in the issue description was not properly formatted according to Black standards, causing a disagreement with Ruff. The import block was unsorted and unformatted, triggering an error by Black tool.

Changes Made

  • Sorted and formatted the import block as per Black standards.
  • Addressed the issue causing disagreement between Ruff and Black by ensuring proper import organization.

Testing Done

  • Manually tested the changes after formatting the code.
  • Confirmed that the import block is now sorted and formatted correctly according to Black standards.

How to Verify

To verify the changes, run the Black tool on the updated code to ensure that the import block is now sorted and formatted correctly.

Related Issue

Issue Title: Examples is never formatted correctly
Issue Link: [Add link to the original issue]

Checklist

  • Code formatting adheres to Black standards.
  • Manually tested the changes to ensure correctness.
  • Updated code imports are correctly sorted.

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.

1 participant