Skip to content

Commit

Permalink
Autoformat with black
Browse files Browse the repository at this point in the history
  • Loading branch information
brainless-bot[bot] committed Nov 27, 2024
1 parent c5b4b66 commit 8020139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"github_url": "https://github.com/BrainLesion/deep_quality_estimation",
}
# html_static_path = ["_static"]
autodoc_mock_imports = ['torch', 'monai'] # Mock imports to avoid dependency issues
autodoc_mock_imports = ["torch", "monai"] # Mock imports to avoid dependency issues
autodoc_default_options = {
"members": True,
"undoc-members": True,
Expand Down

0 comments on commit 8020139

Please sign in to comment.