Skip to content

Commit

Permalink
fix: a doctest blocking publication
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwhalen committed Jan 17, 2024
1 parent 6c8e9cd commit e63e159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dol/kv_codecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ def affix_key_codec(prefix: str = '', suffix: str = ''):
>>> codec.encoder('name')
'/folder/name.txt'
>>> codec.decoder('/folder/name.txt')
'name'
"""
return KeyCodec(
encoder=partial(_affix_encoder, prefix=prefix, suffix=suffix),
Expand Down

0 comments on commit e63e159

Please sign in to comment.