Skip to content

Commit 3abce58

Browse files
committed
formatting
1 parent f9ca3c2 commit 3abce58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/probabilty/test_crps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
except: # noqa: E722 allow bare except here # pylint: disable=bare-except # pragma: no cover
1616
numba = "Unavailable" # type: ignore # pylint: disable=invalid-name # pragma: no cover
1717

18+
import warnings
1819
from unittest.mock import patch
1920

2021
import numpy as np
2122
import pytest
2223
import xarray as xr
23-
import warnings
2424

2525
from scores.probability import (
2626
adjust_fcst_for_crps,

0 commit comments

Comments
 (0)