Skip to content

Commit 6b941f3

Browse files
committed
remove docstring
1 parent 44d04d5 commit 6b941f3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

reflex/compiler/templates.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ def _sort_hooks(
5050

5151

5252
class _RenderUtils:
53-
"""Utility functions for rendering components.
54-
55-
Returns:
56-
Dictionary of utility functions for component rendering.
57-
"""
58-
5953
@staticmethod
6054
def render(component: Mapping[str, Any] | str) -> str:
6155
if isinstance(component, str):

0 commit comments

Comments
 (0)