From e5301e5092a235f0a6969597c73a795d67dd511f Mon Sep 17 00:00:00 2001 From: Carles Sala Date: Fri, 24 Sep 2021 17:32:34 +0200 Subject: [PATCH] Temporarily disable W0212 PyLint warning --- tests/performance/profiling.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/performance/profiling.py b/tests/performance/profiling.py index d8f5591d1..e50e83394 100644 --- a/tests/performance/profiling.py +++ b/tests/performance/profiling.py @@ -1,5 +1,7 @@ """Functions to profile performance of RDT Transformers.""" +# pylint: disable=W0212 + import timeit import tracemalloc from copy import deepcopy