diff --git a/test.py b/test.py index 5cb6bf5aa9730a3c5d61cc087efe529f0807e0a1..0a70d4090d87b2e3c2a77e78cba8b247dd410247 100644 --- a/test.py +++ b/test.py @@ -1,5 +1,6 @@ import pandas as pd print("hello world") +print("hi world") # add from local test -print("hello world") # add from remote master \ No newline at end of file +print("hello world") # add from remote master