Skip to content

Commit

Permalink
Applied Black
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Mar 9, 2024
1 parent 47d0e1f commit ee54217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def interpolate(cls, text: Optional[str], params: Dict[str, Any]) -> Optional[st
def extract_identifiers(cls, template: string.Template) -> List[str]:
(major, minor, patchlevel) = platform.python_version_tuple()
if int(major) >= 3 and int(minor) >= 11:
# Added in Python 3.11
# Added in Python 3.11
return template.get_identifiers()
else:
result = set()
Expand Down

0 comments on commit ee54217

Please sign in to comment.