diff options
Diffstat (limited to 'tests/testdata/python3/data/conditional.py')
| -rw-r--r-- | tests/testdata/python3/data/conditional.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testdata/python3/data/conditional.py b/tests/testdata/python3/data/conditional.py new file mode 100644 index 00000000..8f607c23 --- /dev/null +++ b/tests/testdata/python3/data/conditional.py @@ -0,0 +1,6 @@ +from data.conditional_import import ( + dump, + # dumps, + # load, + # loads, +)
\ No newline at end of file |
