Skip to content

Commit

Permalink
Fix: inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Dumchenko committed Dec 28, 2024
1 parent 38221fa commit c74725c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions faststream/redis/subscriber/specified.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class SpecificationConcurrentSubscriber(


class SpecificationStreamConcurrentSubscriber(
ConcurrentStreamSubscriber, _StreamSubscriberMixin
ConcurrentStreamSubscriber, SpecificationStreamSubscriber
):
pass

Expand All @@ -125,6 +125,6 @@ class SpecificationChannelConcurrentSubscriber(


class SpecificationListConcurrentSubscriber(
ConcurrentListSubscriber, _ListSubscriberMixin
ConcurrentListSubscriber, SpecificationListSubscriber
):
pass

0 comments on commit c74725c

Please sign in to comment.