fix(tests): correct python/working/__all__ case #524

Merged
ada4a merged 1 commit from wetneb/fix-__all__-test into main 2025-07-22 18:39:50 +02:00 AGit

View file

@ -1,5 +1,5 @@
__all__ = [
'foo'
'foo',
'bar',
'baz'
]

View file

@ -1,5 +1,5 @@
__all__ = [
'foo'
'foo',
'bar'
]
other = [