Core: Fix up yet another typo

This commit is contained in:
Mike Auty
2025-03-23 00:41:43 +00:00
parent 16d1b2697c
commit 45ee399623
@@ -58,7 +58,7 @@ class TypeRendererInterface:
def options(self):
return self._options
def render(self, data: Union[T,BaseAbsentValue] -> Any:
def render(self, data: Union[T,BaseAbsentValue]) -> Any:
"""Renders a specific datatype"""
return ""