cleanups
This commit is contained in:
parent
40cb6c8d35
commit
feb97ed2c8
1 changed files with 5 additions and 5 deletions
|
|
@ -19,12 +19,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
from logging import getLogger
|
from logging import getLogger
|
||||||
|
|
||||||
KEY_COMMENT = "comment"
|
KEY_COMMENT = "comment"
|
||||||
KEY_THRESHOLD = "threshold"
|
KEY_THRESHOLD = "threshold"
|
||||||
KEY_FAILS = "fails"
|
KEY_FAILS = "fails"
|
||||||
KEY_PERIODS = "periods"
|
KEY_PERIODS = "periods"
|
||||||
KEY_ARGS = "args"
|
KEY_ARGS = "args"
|
||||||
KEY_CLASS = "class"
|
KEY_CLASS = "class"
|
||||||
|
|
||||||
logger = getLogger(__name__)
|
logger = getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue