From ee5c17a648b12a917430b66975321ea31f05a872 Mon Sep 17 00:00:00 2001 From: Piotr Kopalko Date: Thu, 24 Aug 2023 16:51:54 +0200 Subject: [PATCH] Reformated imports --- falcon/typing.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/falcon/typing.py b/falcon/typing.py index 2ba96d7be..085b034fd 100644 --- a/falcon/typing.py +++ b/falcon/typing.py @@ -13,7 +13,9 @@ # limitations under the License. """Shorthand definitions for more complex types.""" -from typing import Any, Callable, Pattern +from typing import Any +from typing import Callable +from typing import Pattern from typing import Union from falcon.request import Request