Skip to content

Conversation

@Srushti-33
Copy link

Description

Add missing trailing commas to match black formatting standards.

Changes Made

  • Added missing trailing commas in Conv_AE and Conv_AE_GDN classes (lines 358 and 616)
  • Ensures consistent code style with black formatter

Why This Matters

  • Follows Python best practices for multi-line collections
  • Prevents git diff issues when adding new items to lists
  • Matches project's black formatting standards (mentioned in CONTRIBUTING.md)

Testing

  • black --check baler/modules/models.py now passes
  • No functional changes to the neural network code
  • Existing tests should continue to pass

@caterina-doglioni
Copy link
Contributor

Hi, due to a change in the former project lead's priorities we're not reviewing PRs at the moment. Thanks for the contribution though, we'll get to it whenever we have a new project lead (which may be a few months).

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