Skip to content

Commit d9439a1

Browse files
authored
Fixed import in runtime-evaluated-decorators example (#23187)
1 parent dc842db commit d9439a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

crates/ruff_workspace/src/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2131,7 +2131,7 @@ pub struct Flake8TypeCheckingOptions {
21312131
///
21322132
/// For example:
21332133
/// ```python
2134-
/// import fastapi
2134+
/// from fastapi import FastAPI
21352135
///
21362136
/// app = FastAPI("app")
21372137
///

ruff.schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)