Skip to content

Commit

Permalink
Remove quotes from type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
elisno committed Feb 8, 2025
1 parent a5d655b commit e776dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cleanlab_codex/codex_backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def __init__(
self._is_bad_response_kwargs = is_bad_response_kwargs

@classmethod
def from_project(cls, project: Project, **kwargs: Any) -> "CodexBackup":
def from_project(cls, project: Project, **kwargs: Any) -> CodexBackup:
return cls(project=project, **kwargs)

@property
Expand Down

0 comments on commit e776dfe

Please sign in to comment.