Skip to content

Commit

Permalink
silly deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Dec 1, 2019
1 parent 6a72c88 commit 5e4094e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .meta/.readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -821,9 +821,6 @@ A reusable canonical example is given below:
from tqdm.contrib import DummyTqdmFile
def isatty(self):
return getattr(self.file, "isatty", lambda: False)()
@contextlib.contextmanager
def std_out_err_redirect_tqdm():
orig_out_err = sys.stdout, sys.stderr
Expand Down
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1003,9 +1003,6 @@ A reusable canonical example is given below:
from tqdm.contrib import DummyTqdmFile
def isatty(self):
return getattr(self.file, "isatty", lambda: False)()
@contextlib.contextmanager
def std_out_err_redirect_tqdm():
orig_out_err = sys.stdout, sys.stderr
Expand Down
3 changes: 0 additions & 3 deletions examples/redirect_print.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
from tqdm import tqdm
from tqdm.contrib import DummyTqdmFile

def isatty(self):
return getattr(self.file, "isatty", lambda: False)()


@contextlib.contextmanager
def std_out_err_redirect_tqdm():
Expand Down

0 comments on commit 5e4094e

Please sign in to comment.