Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorials/sdks/python/101/error.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ Here's the full code for our error-aware image classification simulator:

```python
import runpod
from runpod import RunpodLogger
from runpod import RunPodLogger
import time
import random

log = RunpodLogger()
log = RunPodLogger()


def load_model():
Expand Down