From 3ac944680863132d55a3ea67052d72da4c26ae5f Mon Sep 17 00:00:00 2001 From: Matthew Evans <7916000+ml-evs@users.noreply.github.com> Date: Mon, 5 Oct 2020 12:58:59 +0100 Subject: [PATCH] Added whitespace to aid comprehension Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> --- optimade/server/middleware.py | 1 + 1 file changed, 1 insertion(+) diff --git a/optimade/server/middleware.py b/optimade/server/middleware.py index d6fdea07a..5e0f7e25d 100644 --- a/optimade/server/middleware.py +++ b/optimade/server/middleware.py @@ -482,6 +482,7 @@ async def dispatch(self, request: Request, call_next): !!! note The order in which middleware is added to an application matters. + As discussed in the docstring of [`AddWarnings`][optimade.server.middleware.AddWarnings], this middleware is the final entry to this list so that it is the first