Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 4c5f64f

Browse files
committed
fix resources.py
1 parent f9db77d commit 4c5f64f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/guides/python/ai-podcast-part-1.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ touch common/resources.py
7272
```
7373

7474
```python title: common/resources.py
75-
from nitric.resources import api, bucket, job
75+
from nitric.resources import api, bucket, job, topic
76+
import os
77+
import tempfile
7678
# Our main API for submitting audio generation jobs
7779
main_api = api("main")
7880
# A job for generating our audio content

0 commit comments

Comments
 (0)