Skip to content

Commit c5ef0d1

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

handlers/patterns.py

+2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33

44
from typing import TypedDict
55

6+
67
class PatternConfig(TypedDict):
78
pattern: str
89
format_template: str
910
affiliate_tag: str
1011

12+
1113
PATTERNS: Dict[str, PatternConfig] = {
1214
"amazon": {
1315
"pattern": (

0 commit comments

Comments
 (0)