Skip to content

Commit

Permalink
Fix Doc Issue (#27462)
Browse files Browse the repository at this point in the history
* Fix Doc Issue

* Restyled by isort

---------

Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Jan 29, 2024
1 parent 2aa76f6 commit 10ed57d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_extensions/external_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@

import filecmp
import os
from pathlib import Path
import re
import shutil
import tempfile
from typing import Dict, Any, List, Optional
from pathlib import Path
from typing import Any, Dict, List, Optional

from sphinx.application import Sphinx

Expand Down Expand Up @@ -161,7 +161,7 @@ def _adjust_image_link(m):


def sync_contents(app: Sphinx) -> None:
"""Synhronize external contents.
"""Synchronize external contents.
Args:
app: Sphinx application instance.
Expand Down

0 comments on commit 10ed57d

Please sign in to comment.