[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] daklib/rm.py: remove unused import



The subprocess module has been unused since 400066ea702d5185
(daklib/rm.py: format date in python).
---
 daklib/rm.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/daklib/rm.py b/daklib/rm.py
index 2e847fc7f..e83af7406 100644
--- a/daklib/rm.py
+++ b/daklib/rm.py
@@ -46,7 +46,6 @@ import fcntl
 import functools
 import six
 import sqlalchemy.sql as sql
-import subprocess
 import email.utils
 from re import sub
 from collections import defaultdict
-- 
2.26.2


Reply to: