Skip to content

Commit 1dfe079

Browse files
author
Alexander Smishlajev
committed
remove unused import
1 parent 2867297 commit 1dfe079

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

roundup/instance.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: instance.py,v 1.22 2004-09-29 07:01:44 a1s Exp $
18+
# $Id: instance.py,v 1.23 2004-09-29 07:26:17 a1s Exp $
1919

2020
'''Tracker handling (open tracker).
2121
@@ -24,7 +24,6 @@
2424
__docformat__ = 'restructuredtext'
2525

2626
import os
27-
import types
2827
from roundup import configuration, mailgw, rlog
2928
from roundup import hyperdb, backends
3029
from roundup.cgi import client

0 commit comments

Comments
 (0)