removed unused imports [refactoring]

This commit is contained in:
Andreas Rumpf
2019-08-08 16:51:41 +02:00
parent 44e7a7b6c2
commit 0d5bd7e8b5
9 changed files with 9 additions and 11 deletions

View File

@@ -103,7 +103,7 @@
{.deadCodeElim: on.} # dce option deprecated
import strutils, sqlite3
import sqlite3
import db_common
export db_common