We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e640f1b commit 68a844bCopy full SHA for 68a844b
1 file changed
st2common/bin/migrations/v3.9/st2-migrate-liveaction-executiondb
@@ -42,7 +42,10 @@ from st2common.service_setup import db_setup
42
from st2common.service_setup import db_teardown
43
from st2common.util import isotime
44
from st2common.models.db.execution import ActionExecutionDB
45
-from st2common.constants.action import LIVEACTION_COMPLETED_STATES, LIVEACTION_STATUS_PAUSED
+from st2common.constants.action import (
46
+ LIVEACTION_COMPLETED_STATES,
47
+ LIVEACTION_STATUS_PAUSED,
48
+)
49
50
# NOTE: To avoid unnecessary mongoengine object churn when retrieving only object ids (aka to avoid
51
# instantiating model class with a single field), we use raw pymongo value which is a dict with a
0 commit comments