From bcd87bc923a28b5a76d80731e4b50b052d165a55 Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Thu, 3 Oct 2024 15:25:06 -0700 Subject: [PATCH] dang it darglint --- reflex/app.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/reflex/app.py b/reflex/app.py index 96e535a67..38b42ca49 100644 --- a/reflex/app.py +++ b/reflex/app.py @@ -431,8 +431,6 @@ class App(MiddlewareMixin, LifespanMixin, Base): The generated component. Raises: - VarOperationTypeError: When an invalid component var related function is passed. - TypeError: When an invalid component function is passed. exceptions.MatchTypeError: If the return types of match cases in rx.match are different. """ try: