Skip to content

Commit

Permalink
mypy fixed (airtai#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje committed Oct 15, 2023
1 parent 6335518 commit a9bc8cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dist
venv*
.venv*
.env
.env*
*.lock
.vscode
.pypirc
Expand Down
2 changes: 1 addition & 1 deletion faststream/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def _run(
except ImportError:
logger.warning("You have no installed `uvloop`")
else:
uvloop.install()
uvloop.install() # type: ignore[attr-defined]

anyio.run(
app_obj.run,
Expand Down

0 comments on commit a9bc8cd

Please sign in to comment.