Skip to content

Commit b7e34a9

Browse files
committed
formatting
1 parent aebe5be commit b7e34a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

promptolution/utils/formatting.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""Utils for formatting prompts and outputs."""
2-
from typing import Union, List
2+
from typing import List, Union
3+
34

45
def extract_from_tag(text: str, start_tag: str, end_tag: str) -> Union[List[str], str]:
56
"""Extracts content from a string between specified start and end tags."""

0 commit comments

Comments
 (0)