Remove outdated pylint disable

This commit is contained in:
Sarina Canelake
2014-11-29 23:11:56 -05:00
parent b127d2844b
commit 134effa840
2 changed files with 1 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# pylint: disable=E1103, E1101
# pylint: disable=E1101
import copy
import logging

View File

@@ -3,9 +3,7 @@
Tests of the Capa XModule
"""
# pylint: disable=missing-docstring
# pylint: disable=R0904
# pylint: disable=invalid-name
# pylint: disable=C0302
import datetime
import json