X Tutup
Skip to content

Commit 3c00f28

Browse files
committed
Remove needless pass statements.
1 parent 9b5208d commit 3c00f28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bpython/repl.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,11 +708,9 @@ def flush(self):
708708
So I consider this to be a bug in logging, and this is a hack
709709
to fix it, unfortunately. I'm sure it's not the only module
710710
to do it."""
711-
pass
712711

713712
def close(self):
714713
"""See the flush() method docstring."""
715-
pass
716714

717715
def tokenize(self, s, newline=False):
718716
"""Tokenize a line of code."""

0 commit comments

Comments
 (0)
X Tutup