Skip to content

Commit f71390d

Browse files
Manu ChaudharyManu Chaudhary
authored andcommitted
formatting fix
1 parent a7b12db commit f71390d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,10 @@ in the [documentation here](https://docs.imagekit.io/api-reference/media-api/lis
269269
correct values to get the results.
270270

271271
```python
272-
imagekit.list_files({
273-
"skip": 10,
274-
"limit": 10,
275-
}
276-
)
272+
imagekit.list_files({
273+
"skip": 10,
274+
"limit": 10,
275+
})
277276
```
278277
**2. Get File Details**
279278
Accepts the file ID and fetches the details as per the [API documentation here](https://docs.imagekit.io/api-reference/media-api/get-file-details)

0 commit comments

Comments
 (0)