Skip to content

Commit eece195

Browse files
fix darglint
1 parent 7857664 commit eece195

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

reflex/utils/prerequisites.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,6 @@ def get_app(reload: bool = False) -> App:
287287
288288
Returns:
289289
The app based on the default config.
290-
291-
Raises:
292-
RuntimeError: If the app name is not set in the config.
293290
"""
294291
return getattr(get_app_module(reload=reload), constants.CompileVars.APP)
295292

0 commit comments

Comments
 (0)