Skip to content

Commit dfa6637

Browse files
author
yusin huang
committed
refactor(test_changelog.py): modify the linter
1 parent 21ebb79 commit dfa6637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_changelog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import re
22
from dataclasses import dataclass
33
from pathlib import Path
4-
from unittest.mock import Mock
54
from typing import Any, Optional
5+
from unittest.mock import Mock
66

77
import pytest
88
from jinja2 import FileSystemLoader

0 commit comments

Comments
 (0)