Skip to content

Commit

Permalink
Temporarily disable W0212 PyLint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
csala committed Sep 24, 2021
1 parent 5db6fb1 commit e5301e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/performance/profiling.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Functions to profile performance of RDT Transformers."""

# pylint: disable=W0212

import timeit
import tracemalloc
from copy import deepcopy
Expand Down

0 comments on commit e5301e5

Please sign in to comment.