Skip to content

Commit 4c4cee8

Browse files
Update validate_solutions.py
Added datetime module
1 parent 53b2926 commit 4c4cee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/validate_solutions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import os
66
import pathlib
77
from types import ModuleType
8-
8+
import datetime
99
import pytest
1010
import requests
1111

0 commit comments

Comments
 (0)