Skip to content

Commit

Permalink
#4331 Removed unused REGEX
Browse files Browse the repository at this point in the history
  • Loading branch information
sambodeme committed Sep 27, 2024
1 parent 17f64e7 commit 9b58d1a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

# A version of this regex also exists in Base.libsonnet
AWARD_REFERENCES_REGEX = r"^AWARD-(?!0{4,5}$)[0-9]{4,5}$"
AWARD_REFERENCES_REGEX5 = r"^AWARD-(?!0{5}$)[0-9]{5}$"

AWARD_LEN_4_DIGITS = 10
AWARD_LEN_5_DIGITS = 11
Expand Down

0 comments on commit 9b58d1a

Please sign in to comment.