fix(tests): correct python/working/__all__ case #524
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
__all__ = [
|
||||
'foo'
|
||||
'foo',
|
||||
'bar',
|
||||
'baz'
|
||||
]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
__all__ = [
|
||||
'foo'
|
||||
'foo',
|
||||
'bar'
|
||||
]
|
||||
other = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue