We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a7446 commit 7a726beCopy full SHA for 7a726be
parsons/etl/table.py
@@ -70,7 +70,7 @@ def __init__(
70
raise ValueError(
71
f"Could not initialize table from input type. "
72
f"Got {type(lst)}, expected list, tuple, or petl Table"
73
- )
+ ) from None
74
75
try:
76
peek = next(iterable_data)
0 commit comments