From fe2a23343a8fcf52eb47ce42f5431c7cc3f262c6 Mon Sep 17 00:00:00 2001 From: Yury Pliner Date: Tue, 8 Feb 2022 15:19:40 +0000 Subject: [PATCH] Remove decorator from mypy.ini Signed-off-by: Yury Pliner --- mypy.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/mypy.ini b/mypy.ini index fe372d07..59f520bf 100644 --- a/mypy.ini +++ b/mypy.ini @@ -2,6 +2,3 @@ exclude = prometheus_client/decorator.py|prometheus_client/twisted|tests/test_twisted.py implicit_reexport = False disallow_incomplete_defs = True - -[mypy-prometheus_client.decorator] -follow_imports = skip