Skip to content

Commit 665d3f2

Browse files
Fix incorrect function call for time to make sure pytest works
Co-authored-by: LeAndre <lcjunior1220@gmail.com>
1 parent c214ab3 commit 665d3f2

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
@@ -4,5 +4,5 @@
44

55
load_dotenv()
66

7-
print(os.time())
7+
print(time.time())
88
print(time.now())

0 commit comments

Comments
 (0)