Skip to content

Commit c700859

Browse files
committed
Fix duplicate import in infinite_research_loop.py
1 parent ec85f6e commit c700859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infinite_research_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import subprocess
1818
import sys
1919
import time
20-
from datetime import datetime, timezone, timezone
20+
from datetime import datetime, timezone
2121
from pathlib import Path
2222
from typing import Any
2323

0 commit comments

Comments
 (0)