Repository: incubator-ariatosca
Updated Branches:
  refs/heads/ARIA-414-Current-events-handler-mechanism-relies-on-sqlalchemy 
c77c0e448 -> f7c0df7ad


fixed linting


Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/f7c0df7a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/f7c0df7a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/f7c0df7a

Branch: 
refs/heads/ARIA-414-Current-events-handler-mechanism-relies-on-sqlalchemy
Commit: f7c0df7ad23d7c7a24564e1ada8917dfc86d0d78
Parents: c77c0e4
Author: max-orlov <ma...@gigaspaces.com>
Authored: Wed Nov 29 19:57:36 2017 +0200
Committer: max-orlov <ma...@gigaspaces.com>
Committed: Wed Nov 29 19:57:36 2017 +0200

----------------------------------------------------------------------
 tests/orchestrator/workflows/executor/test_executor.py | 1 -
 tests/orchestrator/workflows/helpers.py                | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/f7c0df7a/tests/orchestrator/workflows/executor/test_executor.py
----------------------------------------------------------------------
diff --git a/tests/orchestrator/workflows/executor/test_executor.py 
b/tests/orchestrator/workflows/executor/test_executor.py
index 11aacec..e537258 100644
--- a/tests/orchestrator/workflows/executor/test_executor.py
+++ b/tests/orchestrator/workflows/executor/test_executor.py
@@ -28,7 +28,6 @@ except ImportError:
 import aria
 from aria.modeling import models
 from aria.orchestrator import events
-from aria.orchestrator.workflows.core import events_handler
 from aria.orchestrator.workflows.executor import (
     thread,
     process,

http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/f7c0df7a/tests/orchestrator/workflows/helpers.py
----------------------------------------------------------------------
diff --git a/tests/orchestrator/workflows/helpers.py 
b/tests/orchestrator/workflows/helpers.py
index b059542..b1706d5 100644
--- a/tests/orchestrator/workflows/helpers.py
+++ b/tests/orchestrator/workflows/helpers.py
@@ -52,4 +52,4 @@ def disconnect_event_handlers():
         # reconnect the system events handler
         events.start_task_signal.connect(events_handler._task_started)
         events.on_success_task_signal.connect(events_handler._task_succeeded)
-        events.on_failure_task_signal.connect(events_handler._task_failed)
\ No newline at end of file
+        events.on_failure_task_signal.connect(events_handler._task_failed)

Reply via email to