Fix pylint issues

This commit is contained in:
Kristóf Tóth
2019-08-28 16:40:23 +02:00
parent c1df007d6c
commit 016130b081
7 changed files with 14 additions and 6 deletions

View File

@ -2,7 +2,7 @@ from stat import S_ISFIFO
from os import access, mkdir, stat, R_OK
from os.path import exists
from pipe_io_server import PipeReaderServer, PipeWriterServer
from pipe_io_server import PipeWriterServer
from tfw.internals.inotify import InotifyObserver, InotifyFileCreatedEvent, InotifyFileDeletedEvent

View File

@ -8,9 +8,8 @@ from os.path import join
from pathlib import Path
from tempfile import TemporaryDirectory
from tfw.internals.inotify import InotifyFileCreatedEvent, InotifyFileDeletedEvent
import pytest
from tfw.internals.inotify import InotifyFileCreatedEvent, InotifyFileDeletedEvent
from .pipe_connector import PipeConnector
from .proxy_pipe_connector_handler import ProxyPipeConnector