Skip to content

Commit

Permalink
remove spurious blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
SmithSamuelM committed Aug 6, 2024
1 parent 063107a commit 2b9ba15
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/keri/core/coring.py
Original file line number Diff line number Diff line change
Expand Up @@ -2451,9 +2451,6 @@ def b64ToVer(b64, *, texted=False):
return Versionage(major=b64ToInt(b64[0]), minor=b64ToInt(b64[1:3]))





class Texter(Matter):
"""
Texter is subclass of Matter, cryptographic material, for variable length
Expand Down

0 comments on commit 2b9ba15

Please sign in to comment.