mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
examples: remove unused import orm
from orm_sql.v
This commit is contained in:
parent
ad5b829e5c
commit
0a50715b03
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ module main
|
|||
|
||||
import db.sqlite
|
||||
import time
|
||||
import orm
|
||||
|
||||
@[table: 'sys_users']
|
||||
struct User {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue