Skip to content

Commit 3cded8f

Browse files
committed
re: #275 fixed too early import in test
1 parent be074b4 commit 3cded8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_inotify_watch_group.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import pytest
66

7-
from watchdog.observers.inotify import InotifyWatchGroup
87
from watchdog.utils import platform
98

109
if not platform.is_linux():
@@ -13,8 +12,9 @@
1312
import os
1413
import random
1514

16-
from watchdog.observers.inotify_move_event_grouper import GroupedInotifyEvent, PathedInotifyEvent
15+
from watchdog.observers.inotify import InotifyWatchGroup
1716
from watchdog.observers.inotify_c import InotifyConstants, InotifyFD, WATCHDOG_ALL_EVENTS, Mask
17+
from watchdog.observers.inotify_move_event_grouper import GroupedInotifyEvent, PathedInotifyEvent
1818

1919
from .shell import mkdir, mount_tmpfs, mv, rm, symlink, touch, unmount
2020

0 commit comments

Comments
 (0)