Passed
Push — master ( 2adcb6...75d235 )
by Markus
01:50
created

tcllib.FotaCheck.reset_session()   A

Complexity

Conditions 2

Size

Total Lines 7
Code Lines 6

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 2
eloc 6
nop 2
dl 0
loc 7
rs 9.4285
c 0
b 0
f 0
1
# -*- coding: utf-8 -*-
2
3
"""Library for TCL API work and related functions."""
4
5
from .ansi import *
0 ignored issues
show
Coding Style introduced by
The usage of wildcard imports like ansi should generally be avoided.
Loading history...
6
from .argparser import *
0 ignored issues
show
Coding Style introduced by
The usage of wildcard imports like argparser should generally be avoided.
Loading history...
7
from .devices import *
0 ignored issues
show
Coding Style introduced by
The usage of wildcard imports like devices should generally be avoided.
Loading history...
8
from .devlist import *
0 ignored issues
show
Coding Style introduced by
The usage of wildcard imports like devlist should generally be avoided.
Loading history...
9
from .dumpmgr import *
0 ignored issues
show
Coding Style introduced by
The usage of wildcard imports like dumpmgr should generally be avoided.
Loading history...
10