Skip to content

Commit

Permalink
Update _non_provider_methods
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Oct 7, 2023
1 parent a08176b commit 4c492bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tblfaker/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
_non_provider_regexp: Final = re.compile("^(add|del|get|set)_[a-z_]+")
_non_provider_methods: Final = (
"__init__",
"__delattr__",
"_Generator__format_token",
"format",
"parse",
Expand Down

0 comments on commit 4c492bb

Please sign in to comment.