Skip to content

Commit 86b0118

Browse files
committed
fix mypy
1 parent 02dc478 commit 86b0118

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/crest_heights_north_sea/create_importance_samples.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
from matplotlib import pyplot as plt
2121
from usecase.env_data import env_pdf # type: ignore[import-not-found]
2222

23-
from axtreme.sampling.importance_sampling import (
24-
importance_sampling_distribution_uniform_region, # type: ignore[import-not-found]
23+
from axtreme.sampling.importance_sampling import ( # type: ignore[import-not-found]
24+
importance_sampling_distribution_uniform_region,
2525
)
2626

2727
torch.set_default_dtype(torch.float64)

0 commit comments

Comments
 (0)