-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore id column definition to five classes
I haven't been able to find a quick solution to the mypy/ruff problems caused by classes referring to the inherited id field in relationship() defintions (foreign_keys and remote_side). Having redundant id column definitions in 5 classes seems to be the simplest solution and a reasonable trade-off (we had them in 166 classes).
- Loading branch information
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters