Skip to content

Commit

Permalink
fix style: code style python not work well (#338)
Browse files Browse the repository at this point in the history
Simple verification

```python
from easycv.apis import *
```

You can also verify your installation using following quick-start examples
  • Loading branch information
tsbxmw authored Feb 29, 2024
1 parent af4e9d5 commit 09232da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@

### Verification

Simple verification
Simple verification

```python
from easycv.apis import *
```
```python
from easycv.apis import *
```

You can also verify your installation using following quick-start examples
You can also verify your installation using following quick-start examples


## Examples
Expand Down

0 comments on commit 09232da

Please sign in to comment.