mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 07:14:48 +08:00
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