Passed
Push — 2.x ( 0ba30f...7ab1ba )
by Jordi
08:49
created

senaite.core.browser.widgets.analysisprofile_services_widget   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 8
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 3
dl 0
loc 8
rs 10
c 0
b 0
f 0
1
# -*- coding: utf-8 -*-
2
3
from .services_widget import ServicesWidget
4
5
6
class AnalysisProfileServicesWidget(ServicesWidget):
7
    """Listing widget for Analysis Profile Services
8
    """
9