Skip to content

Commit 68e2b73

Browse files
fix linting
1 parent d558b16 commit 68e2b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbi/inference/potentials/vector_field_potential.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is part of sbi, a toolkit for simulation-based inference. sbi is licensed
22
# under the Apache License Version 2.0, see <https://www.apache.org/licenses/>
33

4-
from typing import Any, Dict, Literal, Optional, Tuple, Union, List
4+
from typing import Any, Dict, List, Literal, Optional, Tuple, Union
55

66
import torch
77
from torch import Tensor

0 commit comments

Comments
 (0)