Skip to content

Commit 75a8ced

Browse files
committed
Fix flake8
1 parent 5af53b1 commit 75a8ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
release = __version__
3030
pytest_mpl_version = Version(__version__)
31-
is_release = not(pytest_mpl_version.is_prerelease or pytest_mpl_version.is_devrelease)
31+
is_release = not (pytest_mpl_version.is_prerelease or pytest_mpl_version.is_devrelease)
3232

3333

3434
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)