1
0
forked from VimPlug/jedi

More PEP8, minor cleanup

This commit is contained in:
Laurens Van Houtven
2013-06-22 09:54:18 +02:00
parent ae94a2cda1
commit cb4acccfe5
3 changed files with 7 additions and 3 deletions

View File

@@ -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