Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danjac committed Jan 7, 2021
1 parent 4497d39 commit cfdc7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/turbo_response/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def render_turbo_stream_response(self, **response_kwargs) -> TurboStreamResponse
)


class TurboStreamTemplateResponseMixin(TurboStreamResponseMixin,):
class TurboStreamTemplateResponseMixin(TurboStreamResponseMixin):
"""Handles turbo-stream template responses."""

def get_turbo_stream_template_names(self) -> Iterable[str]:
Expand Down Expand Up @@ -132,7 +132,7 @@ def render_turbo_frame_response(self, **response_kwargs) -> TurboFrameResponse:
)


class TurboFrameTemplateResponseMixin(TurboFrameResponseMixin,):
class TurboFrameTemplateResponseMixin(TurboFrameResponseMixin):
"""Handles turbo-frame template responses."""

def render_turbo_frame_template_response(
Expand Down

0 comments on commit cfdc7b7

Please sign in to comment.