Skip to content

Commit

Permalink
coverage: exclude old fullmatch()
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddrysdale committed Dec 5, 2023
1 parent dc46a8e commit 070f7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/phonenumbers/re_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def fullmatch(pattern, string):

return pattern.fullmatch(string)

else:
else: # pragma no cover

def fullmatch(pattern, string):
"""Try to apply the pattern at the start of the string, returning a match
Expand Down

0 comments on commit 070f7c6

Please sign in to comment.