Skip to content

Commit 6eb1408

Browse files
committed
examples: fix unused db.pg import warning for examples/database/psql/customer.v
1 parent 79ede5e commit 6eb1408

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎examples/database/psql/customer.v‎

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

3+
/*
34
import db.pg
5+
*/
46

57
const dash = '----------------------------------------------------------------'
68

0 commit comments

Comments
 (0)