Commit 134effa8 by Sarina Canelake

Remove outdated pylint disable

parent b127d284
# pylint: disable=E1103, E1101 # pylint: disable=E1101
import copy import copy
import logging import logging
......
...@@ -3,9 +3,7 @@ ...@@ -3,9 +3,7 @@
Tests of the Capa XModule Tests of the Capa XModule
""" """
# pylint: disable=missing-docstring # pylint: disable=missing-docstring
# pylint: disable=R0904
# pylint: disable=invalid-name # pylint: disable=invalid-name
# pylint: disable=C0302
import datetime import datetime
import json import json
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment