examples: remove unused import orm from orm_sql.v

This commit is contained in:
Delyan Angelov 2025-04-21 20:13:01 +03:00
parent ad5b829e5c
commit 0a50715b03
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -2,7 +2,6 @@ module main
import db.sqlite
import time
import orm
@[table: 'sys_users']
struct User {