Skip to content

Commit

Permalink
Improve syntax quality
Browse files Browse the repository at this point in the history
  • Loading branch information
pulse-mind committed Oct 18, 2024
1 parent fd4c504 commit 3724dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydifact/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def parse(
una_found = idx_una != -1

if una_found:
characters = Characters.from_str("UNA" + message[idx_una + 3 : idx_una + 9])
characters = Characters.from_str("UNA" + message[idx_una + 3: idx_una + 9])

# remove the UNA segment from the string,
# ignore everything before UNA because it should be the first segment if una_found.
Expand Down

0 comments on commit 3724dc1

Please sign in to comment.