Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nreinicke committed Jan 13, 2025
1 parent bd225e5 commit a1e3f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mappymatch/constructs/trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __len__(self):
def __str__(self):
output_lines = [
"Mappymatch Trace object",
f'coords: {self.coords if hasattr(self, "coords") else None}',
f"coords: {self.coords if hasattr(self, 'coords') else None}",
f"frame: {self._frame}",
]
return "\n".join(output_lines)
Expand Down

0 comments on commit a1e3f8b

Please sign in to comment.