diff options
author | Ralph Amissah <ralph@amissah.com> | 2020-02-04 17:10:57 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2020-02-26 09:59:18 -0500 |
commit | 0ce4e986fcd5af430d9f7bfdd625da7a58a1527e (patch) | |
tree | fdc5efbe568b60af7dd8e8ac4f828b4705ad3765 /org/out_sqlite.org | |
parent | code ctRegex calls, tidying (diff) |
imports related, mostly cosmetic
Diffstat (limited to 'org/out_sqlite.org')
-rw-r--r-- | org/out_sqlite.org | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/org/out_sqlite.org b/org/out_sqlite.org index 3bd18e5..32daf8e 100644 --- a/org/out_sqlite.org +++ b/org/out_sqlite.org @@ -25,8 +25,6 @@ #+BEGIN_SRC d :tangle "../src/doc_reform/io_out/sqlite.d" module doc_reform.io_out.sqlite; <<output_imports>> -import d2sqlite3; -import std.typecons : Nullable; mixin spineRgxOut; mixin InternalMarkup; static auto rgx = RgxO(); @@ -328,8 +326,10 @@ template SQLiteDbDrop() { import doc_reform.io_out; import std.file, - std.uri, - std.conv : to; + std.uri; +import std.conv : to; +import std.typecons : Nullable; +import d2sqlite3; #+END_SRC ** 3. format and load template |