Skip to content

Commit

Permalink
Changes base class in ValueSetTimeframeLookupQuerySet
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwils committed Nov 20, 2024
1 parent 00f40e0 commit 23e0547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canvas_sdk/v1/data/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class ValueSetLookupByNameQuerySet(BaseQuerySet, ValueSetLookupByNameQuerySetMix
pass


class ValueSetTimeframeLookupQuerySet(ValueSetLookupByNameQuerySet, TimeframeLookupQuerySetMixin):
class ValueSetTimeframeLookupQuerySet(ValueSetLookupQuerySet, TimeframeLookupQuerySetMixin):
"""A class that includes methods for looking up value sets and using timeframes."""

pass

0 comments on commit 23e0547

Please sign in to comment.