Update tutorial doc typo (#5088)

This commit is contained in:
MT BENTERKI 2023-06-14 17:17:35 +02:00 committed by GitHub
parent 732b0405d7
commit c1fd2c8a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Ruff identified an unused import, which is a common error in Python code. Ruff c
```shell
ruff check --fix .
Found 1 error (1 fixed, 0 renumbersing).
Found 1 error (1 fixed, 0 remaining).
```
Running `git diff` shows the following: