Correct some annotation errors
Change-Id: I71131cffe51fd0caae5fcb587e047b5a4b22ba16
This commit is contained in:
parent
2364d17b67
commit
f26c025b78
@ -14,11 +14,11 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
There is a lot of situation when we would like to work with Enum or consts.
|
There is a lot of situations when we would like to work with Enum or Const.
|
||||||
E.g. work around Tasks. We would like to use Enum in DB to store status of task
|
E.g. work around Tasks. We would like to use Enum in DB to store status of task
|
||||||
and also in migration that creates DB and in business logic to set some status
|
and also in migration that creates DB and in business logic to set some status
|
||||||
so to avoid copy paste or direct usage of enums values we create singletons
|
so as to avoid copy paste or direct usage of enums values we create singletons
|
||||||
for each enum. (e.g TaskStatus)
|
for each enum. (e.g. TaskStatus)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from rally.common import utils
|
from rally.common import utils
|
||||||
|
Loading…
x
Reference in New Issue
Block a user