Clean lint

This commit is contained in:
Adrien Ferrand
2019-04-17 19:01:37 +02:00
parent fdcb4fc362
commit 7bf79da076
+1 -1
View File
@@ -4,7 +4,7 @@ from __future__ import absolute_import
import os # pylint: disable=os-module-forbidden
def open(file_path, flags, mode=0o777): # pylint: disable=function-redefined,redefined-builtin
def open(file_path, flags, mode=0o777): # pylint: disable=redefined-builtin
# type: (str, int, int) -> int
"""
Wrapper of original os.open function, that will ensure on Windows that given mode