Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 7cc797b

Browse files
committed
Fix some accidental whitespace additions from testing.
1 parent 6acf0a9 commit 7cc797b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

iota/filters.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
from iota import Address, TryteString, TrytesCompatible
1111

12+
1213
class GeneratedAddress(f.BaseFilter):
1314
"""
1415
Validates an incoming value as a generated :py:class:`Address` (must
@@ -68,8 +69,8 @@ class Trytes(f.BaseFilter):
6869
"""
6970
Validates a sequence as a sequence of trytes.
7071
"""
71-
CODE_NOT_TRYTES = 'not_trytes'
72-
CODE_WRONG_FORMAT = 'wrong_format'
72+
CODE_NOT_TRYTES = 'not_trytes'
73+
CODE_WRONG_FORMAT = 'wrong_format'
7374

7475
templates = {
7576
CODE_NOT_TRYTES: 'This value is not a valid tryte sequence.',

0 commit comments

Comments
 (0)