Skip to content

Commit

Permalink
/t ->
Browse files Browse the repository at this point in the history
  • Loading branch information
xdustinface committed Apr 9, 2022
1 parent 00bf0de commit a34615f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/util/streamable.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ class Example(Streamable):
"""

correct_usage_string: str = (
"Correct usage is:\n\n@streamable\n@dataclass(frozen=True)\nclass Example(Streamable):\n\t..."
"Correct usage is:\n\n@streamable\n@dataclass(frozen=True)\nclass Example(Streamable):\n ..."
)

if not dataclasses.is_dataclass(cls):
Expand Down

0 comments on commit a34615f

Please sign in to comment.