aboutsummaryrefslogtreecommitdiff
path: root/pyfakefs/tests/logsio.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyfakefs/tests/logsio.py')
-rw-r--r--pyfakefs/tests/logsio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyfakefs/tests/logsio.py b/pyfakefs/tests/logsio.py
index 53f4e7a..15f704d 100644
--- a/pyfakefs/tests/logsio.py
+++ b/pyfakefs/tests/logsio.py
@@ -18,5 +18,5 @@ a name ending with "io" was skipped from patching (see #569).
def file_contents(path):
"""Return the contents of the given path as byte array."""
- with open(path, 'rb') as f:
+ with open(path, "rb") as f:
return f.read()