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 4c492bb commit 29a1695
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tblfaker/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@

_non_provider_regexp: Final = re.compile("^(add|del|get|set)_[a-z_]+")
_non_provider_methods: Final = (
"__init__",
"__delattr__",
"__eq__",
"__init__",
"_Generator__format_token",
"format",
"parse",
Expand Down

0 comments on commit 29a1695

Please sign in to comment.