Skip to content

Commit c61d1ce

Browse files
Make main.py code invalid to test the CI, as it should fail after running.
Co-authored-by: LeAndre <lcjunior1220@gmail.com>
1 parent e9893f9 commit c61d1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import time
1+
import time, os
22
from dotenv import load_dotenv
33

44
load_dotenv()

0 commit comments

Comments
 (0)