Skip to content

Commit

Permalink
Run isort
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Oct 10, 2023
1 parent 753c717 commit 9963a77
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/watchdog/observers/inotify.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,7 @@
generate_sub_created_events,
generate_sub_moved_events,
)
from watchdog.observers.api import (
DEFAULT_EMITTER_TIMEOUT,
DEFAULT_OBSERVER_TIMEOUT,
BaseObserver,
EventEmitter,
)
from watchdog.observers.api import DEFAULT_EMITTER_TIMEOUT, DEFAULT_OBSERVER_TIMEOUT, BaseObserver, EventEmitter

from .inotify_buffer import InotifyBuffer
from .inotify_c import InotifyConstants
Expand Down

0 comments on commit 9963a77

Please sign in to comment.