1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Apply some quick fixes and add comments

This commit is contained in:
Daniel Sheppard
2024-02-07 13:48:32 -06:00
committed by GitHub
parent 664a0eba6d
commit cc423f5071
2 changed files with 4 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ __all__ = (
'render_custom_fields',
'render_errors',
'render_field',
'render_filter_field',
'render_form',
'widget_type',
)