Skip to content

Commit a968b3a

Browse files
Separate import statements for clarity
Co-authored-by: LeAndre <187464993+lecanact@users.noreply.github.com>
1 parent b0a870f commit a968b3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import os, time
1+
import os
2+
import time
23
from dotenv import load_dotenv
34

45
load_dotenv()

0 commit comments

Comments
 (0)