🎨 fix flake8 warnings

This commit is contained in:
chfw 2017-08-26 23:57:09 +01:00
parent f0949496cf
commit 6315ce9545
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class BookReader(RWInterface):
file_stream.read(), self._file_type)
else:
from io import UnsupportedOperation
try:
file_stream.seek(0)
except UnsupportedOperation: