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:
@ -1,5 +1,6 @@
|
||||
import math
|
||||
import os
|
||||
import math
|
||||
|
||||
const (
|
||||
mypi = math.pi
|
||||
|
Reference in New Issue
Block a user