Remove unused self import of v.util into v.util .

pull/4232/head
Delyan Angelov 2020-04-04 14:49:02 +03:00
parent b4e5e36d4a
commit 133842bf95
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ module util
import os
import term
import v.token
import v.util
// The filepath:line:col: format is the default C compiler error output format.
// It allows editors and IDE's like emacs to quickly find the errors in the