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

fmt: remove duplicated imports (#8433)

This commit is contained in:
zakuro
2021-01-30 18:04:36 +09:00
committed by GitHub
parent de8df1bbe3
commit 391d62bca5
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,6 @@
import math
import os
import math
const (
mypi = math.pi