Skip to content

Commit 176d6d4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7e65046 commit 176d6d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sphinx_external_toc/parsing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""Parse the ToC to a `SiteMap` object."""
2+
import logging
23
from collections.abc import Mapping
34
from dataclasses import dataclass, fields
45
from pathlib import Path
56
from typing import Any, Dict, List, Optional, Sequence, Set, Tuple, Union
6-
import logging
77

88
import yaml
99

sphinx_external_toc/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
import logging
12
import re
23
import shutil
34
from fnmatch import fnmatch
45
from itertools import chain
56
from pathlib import Path, PurePosixPath
67
from typing import Any, Dict, List, Mapping, Optional, Sequence, Tuple, Union
7-
import logging
88

99
import yaml
1010

0 commit comments

Comments
 (0)