Skip to content

Commit

Permalink
black and delete unintentional file
Browse files Browse the repository at this point in the history
  • Loading branch information
uhbrar committed Apr 12, 2024
1 parent 6a56e71 commit 477a90e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion reasoner_pydantic/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class Config:
title = "response"
extra = "allow"

@validator('logs')
@validator("logs")
def prevent_none(cls, v):
assert v is not None
return v
Expand Down
12 changes: 0 additions & 12 deletions test_response.py

This file was deleted.

0 comments on commit 477a90e

Please sign in to comment.