Skip to content

Commit

Permalink
Remove dead-code
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Fersing <[email protected]>
  • Loading branch information
PierreF committed Dec 24, 2023
1 parent 805cb7e commit b7cc900
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ clean-test: ## remove test and coverage artifacts

test :
$(PYTHON) -m pytest .
$(MAKE) -C test test

upload : test
$(PYTHON) -m hatch build
Expand Down
5 changes: 0 additions & 5 deletions tests/paho_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
vg_logfiles = []


class TestError(Exception):
def __init__(self, message="Mismatched packets"):
self.message = message


def bind_to_any_free_port(sock) -> int:
"""
Bind a socket to an available port on localhost,
Expand Down

0 comments on commit b7cc900

Please sign in to comment.