Skip to content

Commit

Permalink
remove unused Interchange "delimiters" parameter
Browse files Browse the repository at this point in the history
fixes #70
  • Loading branch information
nerdoc committed Nov 9, 2024
1 parent d527184 commit c190bb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pydifact/segmentcollection.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ def __init__(
recipient: str,
control_reference: str,
syntax_identifier: Tuple[str, int],
delimiters: Characters = Characters(),
timestamp: datetime.datetime = None,
*args,
**kwargs,
Expand All @@ -461,7 +460,6 @@ def __init__(
self.recipient = recipient
self.control_reference = control_reference
self.syntax_identifier = syntax_identifier
self.delimiters = delimiters
self.timestamp = timestamp or datetime.datetime.now()

def get_header_segment(self) -> Segment:
Expand Down

0 comments on commit c190bb1

Please sign in to comment.