Browse Source

Skip pylint on test_content

pull/184/head
Oliverpool 9 years ago
parent
commit
2eca79ea08
  1. 2
      test/test_content/test_content.py

2
test/test_content/test_content.py

@ -2,6 +2,8 @@
# pylint: disable=too-few-public-methods
#pylint: skip-file
import glob
import os
import unittest

Loading…
Cancel
Save