forked from VimPlug/jedi
Remove redundant parentheses
This commit is contained in:
@@ -61,7 +61,7 @@ import math
|
||||
import os
|
||||
#? type(os)
|
||||
type(math)
|
||||
class X(): pass
|
||||
class X: pass
|
||||
#? type
|
||||
type(X)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user