diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2015-12-09 12:32:16 -0500 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2016-01-09 22:42:37 +0200 |
| commit | f63bacb373bd98e4cbf01ed64d8a71b6df6a19ea (patch) | |
| tree | 0f3febb82a3ae4ccc9e75fbfe934adcb3840c4ee /pylint/test/functional/async_functions.py | |
| parent | 2ec342e612c730a266413783918f4a0d41441ca5 (diff) | |
| download | pylint-git-f63bacb373bd98e4cbf01ed64d8a71b6df6a19ea.tar.gz | |
format: check for & warn about trailing newlines
The new tests also catch a lot of files in the pylint code base
that have trailing newlines, so clean them all up as well.
Close #682
Diffstat (limited to 'pylint/test/functional/async_functions.py')
| -rw-r--r-- | pylint/test/functional/async_functions.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pylint/test/functional/async_functions.py b/pylint/test/functional/async_functions.py index 4819cb23b..486c9ba45 100644 --- a/pylint/test/functional/async_functions.py +++ b/pylint/test/functional/async_functions.py @@ -61,5 +61,4 @@ async def func(a, a, b=[]): # +1: [empty-docstring, blacklisted-name] async def foo(): "" -
\ No newline at end of file |
