Fix some python bugs left before

This commit is contained in:
Fu Hanxi
2020-04-29 10:41:39 +08:00
committed by bot
parent 79976e7370
commit 04342a73f2
3 changed files with 2 additions and 3 deletions

View File

@@ -53,7 +53,6 @@ from . import (CaseConfig, SearchCases, GitlabCIJob, console_log)
class Group(object):
MAX_EXECUTION_TIME = 30
MAX_CASE = 15
SORT_KEYS = ["env_tag"]