Skip to content

Commit bf76679

Browse files
committed
setup.py: Supress pylint false E0611 negative
Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
1 parent d4bc914 commit bf76679

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# Copyright (c) 2013-2014 Red Hat
1313
# Author: Cleber Rosa <[email protected]>
1414

15+
# pylint: disable=E0611
1516
from distutils.core import setup
1617
from sphinx.setup_command import BuildDoc
1718

0 commit comments

Comments
 (0)