Skip to content

Commit f8264b6

Browse files
updated communicator path
1 parent e2774eb commit f8264b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="masonite-socketio-driver",
8-
version='2.0.4',
8+
version='2.0.5',
99
packages=[
1010
"socketio_driver",
1111
"socketio_driver.config",

src/socketio_driver/drivers/socket_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from ...socketio_driver.communicator import Communicator
1+
from ..communicator import Communicator
22

33

44
class SocketDriver:

0 commit comments

Comments
 (0)