Skip to content

Commit

Permalink
Update python dependencies, fix new pylint warning (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
smartspot2 authored Mar 4, 2025
1 parent cc3a0c9 commit 34d940c
Show file tree
Hide file tree
Showing 3 changed files with 609 additions and 581 deletions.
3 changes: 3 additions & 0 deletions csm_web/scheduler/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ class OneToOneOrNoneField(models.OneToOneField):
A OneToOneField that returns None if the related object does not exist
"""

# pylint warns about an abstract method that is not implemented; this is a false warning here.
# pylint: disable=abstract-method

related_accessor_class = ReverseOneToOneOrNoneDescriptor


Expand Down
Loading

0 comments on commit 34d940c

Please sign in to comment.