Skip to content

Commit 83e6730

Browse files
committed
Remove wrong docstring from Vsources
1 parent 8a24edd commit 83e6730

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

dss/dss_capi_gr/IVsources.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
from .._cffi_api_util import Iterable
88

99
class IVsources(Iterable):
10-
'''Experimental API extension exposing part of the WireData objects'''
11-
1210
__slots__ = []
1311

1412
_columns = [

dss/dss_capi_ir/IVsources.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
from .._cffi_api_util import Iterable
88

99
class IVsources(Iterable):
10-
'''Experimental API extension exposing part of the WireData objects'''
11-
1210
__slots__ = []
1311

1412
_columns = [

0 commit comments

Comments
 (0)