Skip to content

Commit 3724dc1

Browse files
committed
Improve syntax quality
1 parent fd4c504 commit 3724dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydifact/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def parse(
5656
una_found = idx_una != -1
5757

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

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

0 commit comments

Comments
 (0)