s/pylint: disable=C0111/pylint: disable=missing-docstring/

This commit is contained in:
Sarina Canelake
2014-11-29 23:01:00 -05:00
parent 0dad9da5e4
commit e0f1d3f3f3
69 changed files with 81 additions and 81 deletions

View File

@@ -1,5 +1,5 @@
# disable missing docstring
# pylint: disable=C0111
# pylint: disable=missing-docstring
from collections import OrderedDict