Skip to content

Commit 279eef8

Browse files
author
Joel Collins
committed
Removed unused Event class
1 parent e5cf97e commit 279eef8

File tree

4 files changed

+0
-96
lines changed

4 files changed

+0
-96
lines changed

src/labthings/event.py

Lines changed: 0 additions & 65 deletions
This file was deleted.

src/labthings/labthing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
from .default_views.docs import SwaggerUIView, docs_blueprint
1414
from .default_views.extensions import ExtensionList
1515
from .default_views.root import RootView
16-
from .event import Event
1716
from .extensions import BaseExtension
1817
from .httperrorhandler import SerializedExceptionHandler
1918
from .json.encoder import LabThingsJSONEncoder

src/labthings/td.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from flask import has_request_context, request
22

3-
from .event import Event
43
from .find import current_labthing
54
from .json.schemas import rule_to_params, rule_to_path, schema_to_json
65
from .utilities import ResourceURL, get_docstring, snake_to_camel

tests/test_event.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)