Skip to content

Commit

Permalink
Add FieldArityError to __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Aug 20, 2023
1 parent 4733c89 commit cde6395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mimesis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
LocaleError,
NonEnumerableError,
SchemaError,
FieldArityError,
)
from mimesis.locales import Locale
from mimesis.providers import (
Expand Down Expand Up @@ -128,6 +129,7 @@
"NonEnumerableError",
"FieldError",
"FieldsetError",
"FieldArityError",
# Meta:
"__version__",
"__title__",
Expand Down

0 comments on commit cde6395

Please sign in to comment.