Skip to content

Commit

Permalink
misc: remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 16, 2024
1 parent c5b8abd commit 3fec5cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mdto/mdto.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ def validate(self):
f"{self.__class__.__name__}.naam: {self.naam} exceeds maximum length of {MDTO_MAX_NAAM_LENGTH}"
)

# FIXME: change write mode to binary internally
def save(
self,
file_or_filename: str | TextIO,
Expand Down

0 comments on commit 3fec5cf

Please sign in to comment.