Skip to content

Commit

Permalink
Fix invalid escape sequence SyntaxWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed Sep 18, 2023
1 parent 00e5e2b commit 17605b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log_merger/timestamp_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def make_transformer_from_sample_line(cls, s: str) -> TimestampedLineTransformer

@classmethod
def make_custom_transformers(cls, custom_timestamp: str) -> None:
"""
r"""
Given an input string template with ... placeholder for the timestamp format,
create TimestampedLineTransformer subclasses that match the template and
preserve leading text if desired.
Expand Down

0 comments on commit 17605b3

Please sign in to comment.