Skip to content

Commit

Permalink
Remove override useage for different python version compat
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkocher committed Jul 25, 2024
1 parent bea3567 commit fffcc3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pydantic_cli/examples/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@
```
"""

from typing import override
from pydantic_cli import run_and_exit, Cmd


class Options(Cmd):
input_file: str
max_records: int

@override
def run(self) -> None:
print(f"Mock example running with {self}")

Expand Down

0 comments on commit fffcc3e

Please sign in to comment.