Skip to content

Commit 2b9ba15

Browse files
committed
remove spurious blank lines
1 parent 063107a commit 2b9ba15

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: src/keri/core/coring.py

-3
Original file line numberDiff line numberDiff line change
@@ -2451,9 +2451,6 @@ def b64ToVer(b64, *, texted=False):
24512451
return Versionage(major=b64ToInt(b64[0]), minor=b64ToInt(b64[1:3]))
24522452

24532453

2454-
2455-
2456-
24572454
class Texter(Matter):
24582455
"""
24592456
Texter is subclass of Matter, cryptographic material, for variable length

0 commit comments

Comments
 (0)