Fix lint: remove unused os import

This commit is contained in:
centra 2026-02-17 17:43:50 +09:00
parent 5c3ecee153
commit 14c6c418e2
Signed by: centra
GPG key ID: 0C09689D20B25ACA

View file

@ -63,7 +63,6 @@ in
testScript = '' testScript = ''
import json import json
import time import time
import os
start_all() start_all()