Skip to content

Commit

Permalink
Removed unused Event class
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Sep 9, 2020
1 parent e5cf97e commit 279eef8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 96 deletions.
65 changes: 0 additions & 65 deletions src/labthings/event.py

This file was deleted.

1 change: 0 additions & 1 deletion src/labthings/labthing.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from .default_views.docs import SwaggerUIView, docs_blueprint
from .default_views.extensions import ExtensionList
from .default_views.root import RootView
from .event import Event
from .extensions import BaseExtension
from .httperrorhandler import SerializedExceptionHandler
from .json.encoder import LabThingsJSONEncoder
Expand Down
1 change: 0 additions & 1 deletion src/labthings/td.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from flask import has_request_context, request

from .event import Event
from .find import current_labthing
from .json.schemas import rule_to_params, rule_to_path, schema_to_json
from .utilities import ResourceURL, get_docstring, snake_to_camel
Expand Down
29 changes: 0 additions & 29 deletions tests/test_event.py

This file was deleted.

0 comments on commit 279eef8

Please sign in to comment.