Skip to content
2 changes: 1 addition & 1 deletion watchdog_client/watcher.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .events import FileSystemEventHandler
from watchdog.events import FileSystemEventHandler
from .api import upload, delete, modify, rename
import time

Expand Down
Loading