X Tutup
Skip to content

Remove duplicate classmethod decorator#11438

Merged
cdrini merged 1 commit intomasterfrom
11141/regression/rm-dupe-decorator
Nov 7, 2025
Merged

Remove duplicate classmethod decorator#11438
cdrini merged 1 commit intomasterfrom
11141/regression/rm-dupe-decorator

Conversation

@jimchamp
Copy link
Collaborator

@jimchamp jimchamp commented Nov 7, 2025

Follows #11141

Removes duplicate @classmethod decorator.

Technical

Testing

Screenshot

Stakeholders

Copilot AI review requested due to automatic review settings November 7, 2025 23:19
Copy link
Contributor

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 a duplicate @classmethod decorator from the get_by_key method in the OpenLibraryAccount class. The decorator was mistakenly applied twice on consecutive lines (lines 507-508), which is unnecessary and likely a copy-paste error.

  • Cleaned up duplicate decorator on get_by_key method

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

Copy link
Collaborator

@cdrini cdrini left a comment

Choose a reason for hiding this comment

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

Good catch, ty!

@cdrini cdrini merged commit a63b101 into master Nov 7, 2025
14 checks passed
@cdrini cdrini deleted the 11141/regression/rm-dupe-decorator branch November 7, 2025 23:25
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.

3 participants

X Tutup