Skip to content

Commit 1edf983

Browse files
committed
🚨 run linter
1 parent c292129 commit 1edf983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/dash.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,7 @@ def display_content(path):
16311631
@staticmethod
16321632
def add_startup_route(name, view_func, methods):
16331633
"""
1634-
Add a route to the app to be initialized at the end of Dash initialization.
1634+
Add a route to the app to be initialized at the end of Dash initialization.
16351635
Use this if the package requires a route to be added to the app, and you will not need to worry about at what point to add it.
16361636
16371637
:param name: The name of the route. eg "my-new-url/path".

0 commit comments

Comments
 (0)