Skip to content

Commit

Permalink
Remove LINEFEED variable
Browse files Browse the repository at this point in the history
This commit removes 'LINEFEED' variable. We don't use this anymore.
  • Loading branch information
masayukig authored and mtreinish committed Jan 6, 2017
1 parent 738347e commit b4aefef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions stestr/commands/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import os

import testtools
from testtools.compat import _b

from stestr import cli
from stestr.commands import load
Expand All @@ -27,9 +26,6 @@
from stestr.testlist import parse_list


LINEFEED = _b('\n')[0]


def set_cli_opts(parser):
parser.add_argument("--failing", action="store_true",
default=False,
Expand Down

0 comments on commit b4aefef

Please sign in to comment.