[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-10-01 06:55:58 +00:00
parent 1846e55233
commit 5cf7a06891
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
import socket
def send_file_to_server(host, port, file_path) -> None:
client_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
client_socket.connect((host, port))