Skip to content

Commit bebb4fa

Browse files
committed
fix (TS): pylint is stupid
1 parent 7d527dc commit bebb4fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/DIRAC/TransformationSystem/DB/TransformationDB.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
databases
77
"""
88

9+
# Disable it because pylint does not understand decorator (convertToReturnValue)
10+
11+
# pylint: disable=invalid-sequence-index
912
import re
1013
import time
1114
import threading

0 commit comments

Comments
 (0)