Fix trivial typo in test_interpreters (GH-113381)

This commit is contained in:
Jeff Allen 2023-12-23 14:10:41 +00:00 committed by GitHub
parent 593b4d81d2
commit 8bce593a63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
from . import load_tests
import unittest
nittest.main()
unittest.main()