Skip to content

Commit

Permalink
pep 8
Browse files Browse the repository at this point in the history
  • Loading branch information
futzu authored Aug 20, 2023
1 parent cb2dc87 commit fe0d649
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions threefive/upids.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,6 @@ def _encode_umid(nbin, seg_upid):


def _encode_uri(nbin, seg_upid):
if seg_upid:
seg_upid = seg_upid.encode()
nbin.add_bites(seg_upid)
if seg_upid:
seg_upid = seg_upid.encode()
nbin.add_bites(seg_upid)

0 comments on commit fe0d649

Please sign in to comment.