1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

net: cleanup unused time imports in tests

This commit is contained in:
Delyan Angelov 2021-01-10 18:58:47 +02:00
parent 93ad595ffb
commit a0b8191a94
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import io
import net
import time
import strings
const (

View File

@ -1,5 +1,4 @@
import net
import time
const (
test_port = 45123