Skip to content
Prev Previous commit
Next Next commit
Fix test__all
  • Loading branch information
nanjekyejoannah committed May 7, 2020
commit f6af61c7ac8af86c934689c4c805acde89190974
2 changes: 1 addition & 1 deletion Lib/test/support/_interpreters.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__all__ = ['Interpreter', 'SendChannel', 'RecvChannel',
'is_shareable', 'create_channel',
'list_all_channels', 'get_current',
'get_current', 'create']
'get_main', 'create']


def create(*, isolated=True):
Expand Down