summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordluyer <53582923+dluyer@users.noreply.github.com>2020-01-10 11:53:46 -0800
committerGitHub <noreply@github.com>2020-01-10 11:53:46 -0800
commitd8c01ed4092a96f5c2787f5a9a714811852a7dcd (patch)
tree1849cb9967c5dce1d9a79198a213aa9b45d7bda6
parent51c0fb2994d0c41a16a98e5f3b1ad3ced5264c58 (diff)
downloadpexpect-git-d8c01ed4092a96f5c2787f5a9a714811852a7dcd.tar.gz
Whitespace cleanup
-rw-r--r--pexpect/expect.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pexpect/expect.py b/pexpect/expect.py
index 572bd58..53b7e83 100644
--- a/pexpect/expect.py
+++ b/pexpect/expect.py
@@ -120,7 +120,7 @@ class Expecter(object):
exc = EOF(msg)
exc.__cause__ = None # in Python 3.x we can use "raise exc from None"
raise exc
-
+
def timeout(self, err=None):
spawn = self.spawn
@@ -149,7 +149,7 @@ class Expecter(object):
spawn.after = None
spawn.match = None
spawn.match_index = None
-
+
def expect_loop(self, timeout=-1):
"""Blocking expect"""
spawn = self.spawn