mirror of
https://github.com/vlang/v.git
synced 2025-09-08 06:41:58 -04:00
examples: remove unused import orm
from orm_sql.v
This commit is contained in:
parent
ad5b829e5c
commit
0a50715b03
@ -2,7 +2,6 @@ module main
|
|||||||
|
|
||||||
import db.sqlite
|
import db.sqlite
|
||||||
import time
|
import time
|
||||||
import orm
|
|
||||||
|
|
||||||
@[table: 'sys_users']
|
@[table: 'sys_users']
|
||||||
struct User {
|
struct User {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user