Skip to content

Commit 05b6cc4

Browse files
author
Tim Joseph
committed
style(tensor_dict): add trailing comma in imports
1 parent cb0b943 commit 05b6cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tensorcontainer/tensor_dict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
Union,
2828
cast,
2929
overload,
30-
get_args
30+
get_args,
3131
)
3232

3333
import torch

0 commit comments

Comments
 (0)