Skip to content

Commit dfd94dd

Browse files
committed
fix: revert 5082ef9
1 parent 68b78fe commit dfd94dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ generated-members=REQUEST,acl_users,aq_parent
142142
# List of ignored modules
143143
# (useful for classes with attributes dynamically set).
144144
# subprocess32 is disabled due to https://github.com/PyCQA/astroid/issues/911
145-
ignored-modules = MySQLdb,numpy,six.moves.urllib,subprocess32,rucio
145+
ignored-modules = MySQLdb,numpy,six.moves.urllib,subprocess32
146146

147147
[VARIABLES]
148148

0 commit comments

Comments
 (0)