Skip to content

Commit 99129e6

Browse files
committed
Added imports to __all__ to appease Ruff
1 parent 3c9fdba commit 99129e6

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
from . import csv
22
from . import json
3+
4+
__all__ = ['csv', 'json']
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
from . import csv
2+
3+
__all__ = ['csv']

0 commit comments

Comments
 (0)