Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
gitrust committed May 31, 2024
1 parent 12e2244 commit 7d38f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scpformat.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SCP section and attribute formatter
"""

from scputil import b2i, bdecode, lead_dic
from scputil import b2i, b2s, bdecode, lead_dic


class Section1TagsFormatter:
Expand Down

0 comments on commit 7d38f2c

Please sign in to comment.