mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-30 19:25:22 +08:00
More PEP8, minor cleanup
This commit is contained in:
@@ -9,5 +9,6 @@ from __future__ import absolute_import
|
||||
|
||||
import unittest # this is stdlib unittest, but jedi gets the local one
|
||||
|
||||
|
||||
class Assertions(unittest.TestCase):
|
||||
pass
|
||||
|
||||
@@ -8,6 +8,7 @@ will get this module again, causing infinite recursion.
|
||||
"""
|
||||
from local_module import Assertions
|
||||
|
||||
|
||||
class TestCase(Assertions):
|
||||
def test(self):
|
||||
self.assertT
|
||||
|
||||
Reference in New Issue
Block a user