Switch import order

This commit is contained in:
R. Richard 2019-06-20 16:04:51 +02:00 committed by Kristóf Tóth
parent 13e7470f48
commit cbc62c5a10
1 changed files with 1 additions and 1 deletions

View File

@ -8,8 +8,8 @@ from os.path import join
from os import mkdir, rename
from tempfile import TemporaryDirectory
import pytest
import watchdog
import pytest
from inotify import InotifyObserver
from inotify import (