mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-16 02:27:06 +08:00
Fix inaccuracy in test comment, since jedi now does the right thing
This commit is contained in:
@@ -7,7 +7,7 @@ The twisted equivalent of this module is ``twisted.trial._synctest``.
|
|||||||
"""
|
"""
|
||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
|
|
||||||
import unittest # this is stdlib unittest, but jedi gets the local one
|
import unittest
|
||||||
|
|
||||||
|
|
||||||
class Assertions(unittest.TestCase):
|
class Assertions(unittest.TestCase):
|
||||||
|
|||||||
Reference in New Issue
Block a user