Skip to content

Commit 0a50715

Browse files
committed
examples: remove unused import orm from orm_sql.v
1 parent ad5b829 commit 0a50715

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎examples/orm/orm_sql.v‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module main
22

33
import db.sqlite
44
import time
5-
import orm
65

76
@[table: 'sys_users']
87
struct User {

0 commit comments

Comments
 (0)