Passed
Push — 2.x ( 054a36...979e2b )
by Jordi
06:15
created

senaite.core.events   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 5
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 3
dl 0
loc 5
rs 10
c 0
b 0
f 0
1
# -*- coding: utf-8 -*-
2
3
from senaite.core.events.upgrade import BeforeUpgradeStepEvent  # noqa
4
from senaite.core.events.upgrade import AfterUpgradeStepEvent  # noqa
5