This website requires JavaScript.
Explore
Help
Sign In
Python
/
ruff
mirror of
https://github.com/astral-sh/ruff
Watch
1
Star
0
Fork
You've already forked ruff
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
upgrade-annotation-snippet
ruff
/
crates
/
ruff_linter
/
resources
/
test
/
fixtures
/
flake8_2020
/
YTT202.py
8 lines
82 B
Python
Raw
Permalink
Blame
History
import
six
from
six
import
PY3
if
six
.
PY3
:
print
(
"
3
"
)
if
PY3
:
print
(
"
3
"
)
Reference in New Issue
View Git Blame
Copy Permalink