Skip to content

Commit

Permalink
remove _user_app
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed Jan 10, 2022
1 parent 9367462 commit a0a0b1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion starlette/routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ def __init__(
else:
self.app = Router(routes=routes)
self._routes = getattr(self.app, "routes", [])
self._user_app = self.app
self.name = name
self.path_regex, self.path_format, self.param_convertors = compile_path(
self.path + "/{path:path}"
Expand Down

0 comments on commit a0a0b1d

Please sign in to comment.