Skip to content

Commit

Permalink
tests: remove pylint skip-file
Browse files Browse the repository at this point in the history
* As the upstream bug has been resolved and released the skip-file can
  finally be removed and let pylint check the PuppetDB backend as all
  the other files.

Change-Id: I1341e7336fa957454c29175c84f48e06a6de5581
  • Loading branch information
volans- committed Oct 23, 2018
1 parent d5442b9 commit 0e5fc00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cumin/backends/puppetdb.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# pylint: skip-file
# See https://github.com/PyCQA/astroid/issues/437
"""PuppetDB backend."""
from string import capwords

Expand Down

0 comments on commit 0e5fc00

Please sign in to comment.