We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee6c3a commit b8e08ffCopy full SHA for b8e08ff
libs/core/src/sim_sci_test_monorepo/core/utils.py
@@ -20,4 +20,4 @@ def __init__(self, name: str):
20
self.name = name
21
22
def greet(self) -> str:
23
- return f"Core utility {self.name} is now ready!"
+ return f"Core utility {self.name} is ready!"
0 commit comments