Skip to content

Commit

Permalink
fix: adding missing time import
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Nov 15, 2024
1 parent 4c57253 commit b2eb911
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/blog/posts/generating-pdf-citations.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ Then let's import the necessary libraries:
import instructor
import google.generativeai as genai
from google.ai.generativelanguage_v1beta.types.file import File
from pydantic import BaseModel, Field
from pydantic import BaseModel
import pymupdf
import time
```

## Defining Our Data Models
Expand Down

0 comments on commit b2eb911

Please sign in to comment.