Skip to content

Commit 6e570e7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tempren/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def alias(val: str) -> Tuple[TagName, str]:
126126

127127

128128
def validate_adhoc_tags(
129-
adhoc_tags: List[List[Tuple[TagName, Path]]]
129+
adhoc_tags: List[List[Tuple[TagName, Path]]],
130130
) -> Dict[TagName, Path]:
131131
if not adhoc_tags:
132132
return dict()

0 commit comments

Comments
 (0)