##// END OF EJS Templates
Apply pyupgrade to IPython/extensions/autoreload.py...
Apply pyupgrade to IPython/extensions/autoreload.py pyupgrade --py36-plus IPython/extensions/autoreload.py To ignore those changes when using git blame see the content of .git-blame-ignore-revs

File last commit:

r22963:2961b531
r26249:b7aaa474
Show More
simplevars.py
2 lines | 23 B | text/x-python | PythonLexer
x = 1
print('x is:',x)