Skip to content

Commit 0cb6944

Browse files
committed
fix: remove useless import
1 parent f5b5bad commit 0cb6944

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example/unix_socket_client.py renamed to examples/unix_socket_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import asyncio
2-
import socket
3-
import os
42

53
class AsyncUnixSocketClient:
64
def __init__(self, socket_path):

0 commit comments

Comments
 (0)