Skip to content

Commit 1c00ca3

Browse files
committed
Remove log_streams from FreezeCommand
This is no longer necessary after commit e7b7239
1 parent 84b09d0 commit 1c00ca3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pip/_internal/commands/freeze.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ class FreezeCommand(Command):
3232
ignore_require_venv = True
3333
usage = """
3434
%prog [options]"""
35-
log_streams = ("ext://sys.stderr", "ext://sys.stderr")
3635

3736
def add_options(self) -> None:
3837
self.cmd_opts.add_option(

0 commit comments

Comments
 (0)