Skip to content

Commit 91b2f25

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6c75ea1 commit 91b2f25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

file_transfer/send_file.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import socket
22

3-
def send_file(filename: str = "mytext.txt", testing: bool = False) -> None:
4-
53

4+
def send_file(filename: str = "mytext.txt", testing: bool = False) -> None:
65
port = 12312 # Reserve a port for your service.
76
sock = socket.socket() # Create a socket object
87
host = socket.gethostname() # Get local machine name

0 commit comments

Comments
 (0)