Skip to content

Commit 7511411

Browse files
committed
Lint
1 parent 074374a commit 7511411

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readthedocs/doc_builder/environments.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -590,10 +590,10 @@ def update_build(self, state=None):
590590
# BuildEnvironmentError
591591
if not isinstance(
592592
self.failure,
593-
(
594-
BuildEnvironmentException,
595-
BuildEnvironmentWarning,
596-
),
593+
(
594+
BuildEnvironmentException,
595+
BuildEnvironmentWarning,
596+
),
597597
):
598598
log.error(
599599
'Build failed with unhandled exception: %s',

0 commit comments

Comments
 (0)