Remove unused import

This commit is contained in:
Rawley
2023-01-02 08:38:15 -06:00
committed by GitHub
parent 3b312a537a
commit 567ea673b7

View File

@@ -1,5 +1,4 @@
open Lwt.Infix
open Lwt.Syntax
let () = Lwt_main.run @@ Database.create_blog_post_table () >>= function
| Ok () -> Lwt_io.print "Database initialized successfully.\n"