ci: comment unused import strings

This commit is contained in:
Delyan Angelov 2022-06-28 14:16:39 +03:00
parent 6165b119f6
commit 2bcbd0b636
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -3,7 +3,7 @@
// that can be found in the LICENSE file. // that can be found in the LICENSE file.
module golang module golang
import strings // import strings
import v.ast import v.ast
import v.mathutil as mu import v.mathutil as mu