Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Moosems committed Sep 6, 2024
1 parent ca3dadf commit bce834f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"License :: OSI Approved :: MIT License",
"Typing :: Typed",
],
packages=["collegamento", "collegamento.simple_client_server"],
packages=["collegamento", "collegamento.sclient_server"],
)
8 changes: 1 addition & 7 deletions tests/test_file_variant.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
from time import sleep

from collegamento import (
USER_FUNCTION,
FileClient,
FileServer,
Request,
Response,
)
from collegamento import FileClient, FileServer, Request, Response


def func(server: FileServer, request: Request) -> bool:
Expand Down

0 comments on commit bce834f

Please sign in to comment.