Skip to content

Commit

Permalink
Disable spurious Pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
srstevenson committed Jan 14, 2018
1 parent 4c68297 commit 50d95c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read_long_description():
"""Read from README.rst file in root of source directory."""
root = Path(__file__).resolve().parent
readme = root / 'README.rst'
return readme.read_text()
return readme.read_text() # pylint: disable=no-member


setup(
Expand Down

0 comments on commit 50d95c5

Please sign in to comment.