diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-06-30 14:01:17 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:42:28 +0200 |
| commit | 1c58ae3b25120ac670b897665bac7d8f18156220 (patch) | |
| tree | 71f8b0bbd8a3044ccb1a8c61b8ed9cc1d4e7fa99 /web-server/opendc/api/v2/topologies | |
| parent | b9dcda0fb4bbb52ebd8a15acf324561a6d687eba (diff) | |
Fix more violations and ensure experimentIds handling
Diffstat (limited to 'web-server/opendc/api/v2/topologies')
| -rw-r--r-- | web-server/opendc/api/v2/topologies/topologyId/endpoint.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web-server/opendc/api/v2/topologies/topologyId/endpoint.py b/web-server/opendc/api/v2/topologies/topologyId/endpoint.py index 6c6ab9c2..a8061d69 100644 --- a/web-server/opendc/api/v2/topologies/topologyId/endpoint.py +++ b/web-server/opendc/api/v2/topologies/topologyId/endpoint.py @@ -1,5 +1,4 @@ from opendc.models.topology import Topology -from opendc.util import exceptions from opendc.util.rest import Response |
