[Python-modules-commits] [ipdb] 03/11: please pyflakes
Andrey Rahmatullin
wrar at moszumanska.debian.org
Fri Aug 5 16:28:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
wrar pushed a commit to branch master
in repository ipdb.
commit ca0f08b9fe81a914525951e2d189adc0eb1b2861
Author: Godefroid Chapelle <gotcha at bubblenet.be>
Date: Fri Apr 29 18:29:57 2016 +0200
please pyflakes
simpler
---
ipdb/__init__.py | 19 ++++---------------
1 file changed, 4 insertions(+), 15 deletions(-)
diff --git a/ipdb/__init__.py b/ipdb/__init__.py
index 6bd574f..fb0970e 100644
--- a/ipdb/__init__.py
+++ b/ipdb/__init__.py
@@ -4,19 +4,8 @@
# Redistributable under the revised BSD license
# https://opensource.org/licenses/BSD-3-Clause
-from ipdb.__main__ import set_trace, post_mortem, pm, run, runcall, runeval, launch_ipdb_on_exception
+from ipdb.__main__ import set_trace, post_mortem, pm, run # noqa
+from ipdb.__main__ import runcall, runeval, launch_ipdb_on_exception # noqa
-pm # please pyflakes
-post_mortem # please pyflakes
-run # please pyflakes
-runcall # please pyflakes
-runeval # please pyflakes
-set_trace # please pyflakes
-launch_ipdb_on_exception # please pyflakes
-
-from ipdb.stdout import sset_trace, spost_mortem, spm, slaunch_ipdb_on_exception
-
-spm # please pyflakes
-spost_mortem # please pyflakes
-sset_trace # please pyflakes
-slaunch_ipdb_on_exception # please pyflakes
+from ipdb.stdout import sset_trace, spost_mortem, spm # noqa
+from ipdb.stdout import slaunch_ipdb_on_exception # noqa
--
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