Skip to content

Removed unused class member #453

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 25, 2018
Merged

Removed unused class member #453

merged 1 commit into from
Jun 25, 2018

Conversation

kmvanbrunt
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Jun 25, 2018

Codecov Report

Merging #453 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #453      +/-   ##
==========================================
- Coverage   90.22%   90.22%   -0.01%     
==========================================
  Files          10       10              
  Lines        2742     2741       -1     
==========================================
- Hits         2474     2473       -1     
  Misses        268      268
Impacted Files Coverage Δ
cmd2/cmd2.py 90.49% <ø> (-0.01%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c7feaa6...4a17b5b. Read the comment docs.

@@ -304,7 +304,6 @@ class Cmd(cmd.Cmd):
Line-oriented command interpreters are often useful for test harnesses, internal tools, and rapid prototypes.
"""
# Attributes used to configure the StatementParser, best not to change these at runtime
blankLinesAllowed = False
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

@tleonhardt tleonhardt merged commit 40dc455 into master Jun 25, 2018
@tleonhardt tleonhardt deleted the unused_param branch June 25, 2018 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants