Skip to content
Snippets Groups Projects
Unverified Commit f4426f61 authored by Claudiu Popa's avatar Claudiu Popa
Browse files

Remove non-ascii and non-displayable character from the file

parent 64257776
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -84,7 +84,7 @@ class EncodingChecker(BaseChecker):
# In case the module ends with commented lines, the astroid parser
# don't take into account those lines, then:
# - the line number of those lines is greater than the
# module last line number (module.tolineno)
# module last line number (module.tolineno)
# - astroid module object can't inform pylint
# of disabled messages in those extra lines.
if lineno > module_last_lineno:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment