Commit 05a1f518 authored by Michal Čihař's avatar Michal Čihař

Silent pylint on optional import

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent b26cf78e
......@@ -29,6 +29,7 @@ try:
import fcntl
HAS_FCNTL = True
except ImportError:
# pylint: disable=F0401
import msvcrt
HAS_FCNTL = False
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment