Skip to content

Commit 74e7224

Browse files
dschwoerergithub-actions[bot]
authored andcommitted
Apply black changes
1 parent 7809e52 commit 74e7224

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/source/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
_version_py = "../../animatplot/_version.py"
2929
if not os.path.exists(_version_py):
3030
import subprocess
31-
subprocess.run('python -m build ../.. --no-isolation --sdist', shell=True, check=False)
31+
32+
subprocess.run(
33+
"python -m build ../.. --no-isolation --sdist", shell=True, check=False
34+
)
3235

3336
version_ns = {}
3437
with open(_version_py) as f:

0 commit comments

Comments
 (0)