Skip to content

Commit 59087c4

Browse files
committed
style: run ruff formatter
1 parent 4623609 commit 59087c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hl7/containers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ def __getitem__(self, item):
135135
)
136136
return sequence
137137

138-
139138
def __str__(self):
140139
return self.separator.join((str(x) for x in self))
141140

0 commit comments

Comments
 (0)