Skip to content

Commit 0eee68c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d21ce49 commit 0eee68c

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

examples/python_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""An example of how to test Python code generating prompts"""
2+
23
import re
34

45
# Brining some "prompt generator" classes

examples/readme_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
44
to run, simply execute `p9e ./examples/readme_examples.py`
55
"""
6+
67
# Brining some "prompt generator" classes
78
from promptimize.prompt_cases import PromptCase, TemplatedPromptCase
89

examples/readme_hello_world.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
44
to run, simply execute `p9e ./examples/readme_examples.py`
55
"""
6+
67
# Brining some "prompt generator" classes
78
from promptimize.prompt_cases import PromptCase
89

promptimize/suite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
use cases (prompts) to be tested. It allows running the tests, displaying
44
results, and serializing the summary of the suite.
55
"""
6+
67
import random
78
from typing import Any, Dict, List, Optional, Union
89

0 commit comments

Comments
 (0)