We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8172e6e + 4277334 commit 44f3eb8Copy full SHA for 44f3eb8
1 file changed
src/main.py
@@ -17,7 +17,7 @@ def example(data: str) -> None:
17
18
19
if __name__ == "__main__":
20
- logger.info("hello world")
+ logger.info("hello world, test")
21
22
a = 5
23
b = 1
0 commit comments