Skip to content

Commit de7464e

Browse files
committed
🎨 Format code with Black
- Reformat 21 files to comply with Black standards - Fix linting issues for GitHub Actions workflow
1 parent eba979b commit de7464e

File tree

21 files changed

+761
-567
lines changed

21 files changed

+761
-567
lines changed

src/structured_output_cookbook/__init__.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
__version__ = "0.1.0"
44
__author__ = "Saverio Mazza"
55
__email__ = "saverio3107@gmail.com"
6-
__description__ = "Extract structured data from text using LLMs with ready-to-use templates"
6+
__description__ = (
7+
"Extract structured data from text using LLMs with ready-to-use templates"
8+
)
79
__url__ = "https://github.com/mazzasaverio/structured-output-cookbook"
810

911
from .extractor import StructuredExtractor
@@ -19,7 +21,7 @@
1921
__all__ = [
2022
"StructuredExtractor",
2123
"BaseSchema",
22-
"ExtractionResult",
24+
"ExtractionResult",
2325
"SchemaLoader",
2426
"YamlSchema",
2527
"setup_minimal_logger",
@@ -30,4 +32,4 @@
3032
"EventSchema",
3133
"Config",
3234
"__version__",
33-
]
35+
]

0 commit comments

Comments
 (0)