diff --git a/docs/concepts/performance.md b/docs/concepts/performance.md index bcaecc4f96..3f1d9b52d3 100644 --- a/docs/concepts/performance.md +++ b/docs/concepts/performance.md @@ -88,8 +88,6 @@ model = Model(a=1) done: bool = False ``` -=== - ## Use tagged union, not union Tagged union (or discriminated union) is a union with a field that indicates which type it is.