Skip to content

Commit

Permalink
chore: fix code block in README
Browse files Browse the repository at this point in the history
  • Loading branch information
luochen1990 committed Aug 4, 2024
1 parent bdb4d59 commit c861287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ You can also use more complex data structures in parameters and return values, b
```python
@dataclass
class UserInfo:
name: str
country: Optional[str]
age: Optional[int]
name: str
country: Optional[str]
age: Optional[int]

@ai_powered
def extract_user_info(raw_text: str) -> UserInfo:
Expand Down

0 comments on commit c861287

Please sign in to comment.