Skip to content

Commit

Permalink
Merge commit '1711b2c198'
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 20, 2024
2 parents 87ed954 + 1711b2c commit e6200c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/compat/py39.py
Expand Up @@ -4,4 +4,6 @@
os_helper = try_import('os_helper') or from_test_support(
'FS_NONASCII', 'skip_unless_symlink'
)
import_helper = try_import('import_helper') or from_test_support()
import_helper = try_import('import_helper') or from_test_support(
'modules_setup', 'modules_cleanup'
)

0 comments on commit e6200c4

Please sign in to comment.