From 79a1078112c8d7a5a3e1907dcd4b5dafb782edf2 Mon Sep 17 00:00:00 2001 From: Arne Date: Thu, 29 Feb 2024 21:08:32 +0100 Subject: [PATCH] Add Import --- src/viur/core/request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viur/core/request.py b/src/viur/core/request.py index 39f9f14f8..57833e9e5 100644 --- a/src/viur/core/request.py +++ b/src/viur/core/request.py @@ -5,7 +5,7 @@ Additionally, this module defines the RequestValidator interface which provides a very early hook into the request processing (useful for global ratelimiting, DDoS prevention or access control). """ - +import fnmatch import json import logging import os