Skip to content

Commit

Permalink
Merge pull request #177 from cydave/master
Browse files Browse the repository at this point in the history
Implement superior unicode character
  • Loading branch information
sigmavirus24 authored Jan 11, 2020
2 parents d3f4bd8 + 63750e5 commit 4009d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/betamax/recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def register_serializer(serializer_class):
name = serializer_class.name
serializers.serializer_registry[name] = serializer_class()

# ❙▸
#
def start(self):
"""Start recording or replaying interactions."""
for k in self.http_adapters:
Expand Down

0 comments on commit 4009d74

Please sign in to comment.