Skip to content

Commit 4010d52

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f294746 commit 4010d52

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

preview.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env python
2-
"""Builds preview pages of the theme and starts a webserver if not already started
3-
"""
2+
"""Builds preview pages of the theme and starts a webserver if not already started"""
43
from functools import partial
54
from http.server import SimpleHTTPRequestHandler
65
from pathlib import Path

src/mantid_sphinx_theme/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
"""Provides a Sphinx theme for Mantid project
2-
"""
1+
"""Provides a Sphinx theme for Mantid project"""
2+
33
from ._version import __version__ # noqa: F401
44

55
from pathlib import Path

0 commit comments

Comments
 (0)