Skip to content

Commit ba3cbdb

Browse files
committed
Re-export .format.csv.v[12] from .format.csv
Prevent AttributeError in .convert.pandas.
1 parent 342dd7d commit ba3cbdb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sdmx/format/csv/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from . import v1, v2
2+
3+
__all__ = [
4+
"v1",
5+
"v2",
6+
]

0 commit comments

Comments
 (0)