Skip to content

Commit

Permalink
fix bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgorana committed Jan 23, 2025
1 parent ca5eee4 commit 0ba2ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/syft-event/syft_event/server2.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from watchdog.events import FileCreatedEvent, FileModifiedEvent, FileSystemEvent
from watchdog.observers import Observer

from .handlers import AnyPatternHandler, RpcRequestHandler
from syft_event.handlers import AnyPatternHandler, RpcRequestHandler


class SyftEvents:
Expand Down

0 comments on commit 0ba2ed2

Please sign in to comment.