diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2019-08-08 16:51:41 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-08-08 17:03:19 +0200 |
commit | 0d5bd7e8b5b265342fad62b581c430ebabc77aa3 (patch) | |
tree | 68c5c8dee21fce58ca2ef35f42b399d7ba21de68 /lib | |
parent | 44e7a7b6c2b37c0632cc030c0c90df4d92c50088 (diff) | |
download | Nim-0d5bd7e8b5b265342fad62b581c430ebabc77aa3.tar.gz |
removed unused imports [refactoring]
Diffstat (limited to 'lib')
-rw-r--r-- | lib/impure/db_sqlite.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/impure/db_sqlite.nim b/lib/impure/db_sqlite.nim index cacb42125..70538b7d6 100644 --- a/lib/impure/db_sqlite.nim +++ b/lib/impure/db_sqlite.nim @@ -103,7 +103,7 @@ {.deadCodeElim: on.} # dce option deprecated -import strutils, sqlite3 +import sqlite3 import db_common export db_common |