Skip to content

Commit 44f3eb8

Browse files
authored
Merge pull request #13 from Logic-py/develop
chore: testing
2 parents 8172e6e + 4277334 commit 44f3eb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def example(data: str) -> None:
1717

1818

1919
if __name__ == "__main__":
20-
logger.info("hello world")
20+
logger.info("hello world, test")
2121

2222
a = 5
2323
b = 1

0 commit comments

Comments
 (0)