Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lplonka-splunk committed Sep 26, 2024
1 parent 9ae382a commit b9e6145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_interval_regex.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pytest

cron_regex = re.compile(
"^(?:-1|\d+(?:\.\d+)?)$|(((\d+,)+\d+|(\d+[/-]\d+)|\d+|\*(/\d*)?) ?){5}"
r"^(?:-1|\d+(?:\.\d+)?)$|(((\d+,)+\d+|(\d+[/-]\d+)|\d+|\*(/\d*)?) ?){5}"
)


Expand Down

0 comments on commit b9e6145

Please sign in to comment.