mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 14:54:47 +08:00
Remove a Python 2 file
This commit is contained in:
@@ -1,11 +0,0 @@
|
|||||||
"""
|
|
||||||
Some special cases of Python 2.
|
|
||||||
"""
|
|
||||||
# python <= 2.7
|
|
||||||
|
|
||||||
# print is syntax:
|
|
||||||
print 1
|
|
||||||
print(1)
|
|
||||||
|
|
||||||
#! 6 name-error
|
|
||||||
print NOT_DEFINED
|
|
||||||
Reference in New Issue
Block a user