Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman authored Dec 14, 2024
1 parent 01d1548 commit 0c71ffe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions vlib/v/tests/skip_unused/import_json_only.run.out
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
vlib/v/tests/skip_unused/import_json_only.vv:1:8: warning: module 'json' is imported but never used
1 | import json
| ~~~~
3 changes: 0 additions & 3 deletions vlib/v/tests/skip_unused/import_json_only.skip_unused.run.out
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
vlib/v/tests/skip_unused/import_json_only.vv:1:8: warning: module 'json' is imported but never used
1 | import json
| ~~~~
2 changes: 1 addition & 1 deletion vlib/v/tests/skip_unused/import_json_only.vv
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import json
import json as _

0 comments on commit 0c71ffe

Please sign in to comment.