diff options
author | Christopher Baines <mail@cbaines.net> | 2020-10-04 13:22:24 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-10-04 13:22:24 +0100 |
commit | d2646e7110e5bf273c47cdc351288793df661e65 (patch) | |
tree | f587d96478e65d31c369ec0690bdd373232b3235 | |
parent | a24d3e934de16dd60b1c8c10a93ff75a35cda897 (diff) | |
download | data-service-d2646e7110e5bf273c47cdc351288793df661e65.tar data-service-d2646e7110e5bf273c47cdc351288793df661e65.tar.gz |
Remove some non-existent imports
-rw-r--r-- | guix-data-service/database.scm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/guix-data-service/database.scm b/guix-data-service/database.scm index 4d1001b..cf151c9 100644 --- a/guix-data-service/database.scm +++ b/guix-data-service/database.scm @@ -26,11 +26,6 @@ with-postgresql-connection-per-thread with-thread-postgresql-connection - make-postgresql-connection-channel - close-postgresql-connection-channel - exec-query/through-channel - with-postgresql-transaction/through-channel - with-postgresql-transaction check-test-database! |