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

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: