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
8cc96d7868
ruff
/
crates
/
ruff_linter
/
resources
/
test
/
fixtures
/
flake8_async
/
ASYNC109.py
14 lines
113 B
Python
Raw
Blame
History
import
trio
async
def
func
(
)
:
.
.
.
async
def
func
(
timeout
)
:
.
.
.
async
def
func
(
timeout
=
10
)
:
.
.
.
Reference in New Issue
View Git Blame
Copy Permalink