Skip to content

Commit b7cc900

Browse files
committed
Remove dead-code
Signed-off-by: Pierre Fersing <pierre.fersing@bleemeo.com>
1 parent 805cb7e commit b7cc900

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ clean-test: ## remove test and coverage artifacts
3232

3333
test :
3434
$(PYTHON) -m pytest .
35-
$(MAKE) -C test test
3635

3736
upload : test
3837
$(PYTHON) -m hatch build

tests/paho_test.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
vg_logfiles = []
2121

2222

23-
class TestError(Exception):
24-
def __init__(self, message="Mismatched packets"):
25-
self.message = message
26-
27-
2823
def bind_to_any_free_port(sock) -> int:
2924
"""
3025
Bind a socket to an available port on localhost,

0 commit comments

Comments
 (0)