We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b08de commit 40ea28eCopy full SHA for 40ea28e
tests/actor/test_config_manager.py
@@ -22,7 +22,7 @@ class Item(BaseModel):
22
23
24
def create_content(number: int) -> str:
25
- """Utility function to create content to be written to a config file."""
+ """Create content to be written to a config file."""
26
return f"""
27
logging_lvl = "ERROR"
28
var1 = "0"
0 commit comments