Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 14, 2021
1 parent 6a98266 commit fa5197e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomli/_re.py
Expand Up @@ -5,7 +5,6 @@

from tomli._types import ParseFloat


# E.g.
# - 00:32:00.999999
# - 00:32:00
Expand Down Expand Up @@ -54,6 +53,7 @@ def __getattr__(self, name: str) -> "re.Pattern":
setattr(self, name, pattern)
return pattern


Patterns = _LazyPatternCompiler()


Expand Down

0 comments on commit fa5197e

Please sign in to comment.