Skip to content

Commit 28bcef5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5df04d2 commit 28bcef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

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

1818
from aiida.manage.configuration import Profile, load_profile
1919

20-
load_profile(Profile('docs', {'process_control': {}, 'storage': {}}))
20+
load_profile(Profile("docs", {"process_control": {}, "storage": {}}))
2121

2222
# If we are not on READTHEDOCS load the Sphinx theme manually
2323
if not os.environ.get("READTHEDOCS", None):

0 commit comments

Comments
 (0)