Skip to content

Commit

Permalink
fix: missing comma (#2200)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdang committed Aug 1, 2024
1 parent 5f8bbfe commit 0311184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
# Set some default to avoid unnecessary repetitious directives.
autodoc_default_options = {
"exclude-members": (
"__repr__, __weakref__, __metaclass__, __init__, __format__, __new__, __str__, __dir__"
"__repr__, __weakref__, __metaclass__, __init__, __format__, __new__, __str__, __dir__,"
"model_config, model_fields, model_post_init, model_computed_fields,"
"__ape_extra_attributes__,"
)
Expand Down

0 comments on commit 0311184

Please sign in to comment.