[Python-modules-commits] [ipdb] 10/11: Remove superfluous import
Andrey Rahmatullin
wrar at moszumanska.debian.org
Thu Jan 18 17:50:20 UTC 2018
This is an automated email from the git hooks/post-receive script.
wrar pushed a commit to annotated tag 0.10.2
in repository ipdb.
commit 5d8394ed1dd6b03c1af3296d457a135ba435ae7f
Author: Georg Nebehay <gnebehay at gmail.com>
Date: Wed Jan 25 14:42:55 2017 +0100
Remove superfluous import
---
ipdb/__main__.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/ipdb/__main__.py b/ipdb/__main__.py
index 75bddde..02344b6 100644
--- a/ipdb/__main__.py
+++ b/ipdb/__main__.py
@@ -5,7 +5,6 @@
# https://opensource.org/licenses/BSD-3-Clause
from __future__ import print_function
-from inspect import getargspec
import os
import sys
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ipdb.git
More information about the Python-modules-commits
mailing list