Skip to content

Commit 5cf7c5d

Browse files
author
Richard Jones
committed
remove unnecessary import
1 parent 5e9280f commit 5cf7c5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

roundup/backends/back_sqlite.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: back_sqlite.py,v 1.36.2.3 2005-02-14 02:55:31 richard Exp $
1+
# $Id: back_sqlite.py,v 1.36.2.4 2005-02-14 04:37:37 richard Exp $
22
'''Implements a backend for SQLite.
33
44
See https://pysqlite.sourceforge.net/ for pysqlite info
@@ -12,7 +12,6 @@
1212
import os, base64, marshal, shutil, time, logging
1313

1414
from roundup import hyperdb, date, password
15-
from roundup.backends import locking
1615
from roundup.backends import rdbms_common
1716
import sqlite
1817

0 commit comments

Comments
 (0)