python: whitespace fix.
This commit is contained in:
parent
5f9c4c8a34
commit
4e5c64e358
|
@ -25,7 +25,7 @@ import itertools
|
|||
|
||||
__all__ = ['Error', 'Context', 'Driver', 'Device', 'Session', 'Packet', 'Log',
|
||||
'LogLevel', 'PacketType', 'Quantity', 'Unit', 'QuantityFlag', 'ConfigKey',
|
||||
'ProbeType', 'Probe', 'ProbeGroup']
|
||||
'ProbeType', 'Probe', 'ProbeGroup']
|
||||
|
||||
class Error(Exception):
|
||||
|
||||
|
|
Loading…
Reference in New Issue