Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b19b1b

Browse files
committed
blacken
1 parent 7d6e015 commit 7b19b1b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎cloudside/tests/test_exporters.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import pandas.testing as pdtest
88

99
from cloudside import exporters
10-
from cloudside.tests import get_test_file # noqa
10+
from cloudside.tests import get_test_file # noqa
1111

1212

1313
@pytest.fixture

‎cloudside/tests/test_hydra.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import pandas.testing as pdtest
1111

1212
from cloudside import hydra
13-
from cloudside.tests import get_test_file # noqa
13+
from cloudside.tests import get_test_file # noqa
1414

1515

1616
@pytest.fixture

‎cloudside/tests/test_ncdc.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import pandas.testing as pdtest
55

66
from cloudside import ncdc
7-
from cloudside.tests import get_test_file # noqa
7+
from cloudside.tests import get_test_file # noqa
88

99

1010
@pytest.fixture

‎cloudside/tests/test_storms.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import pandas.testing as pdtest
66

77
from cloudside import storms
8-
from cloudside.tests import get_test_file # noqa
8+
from cloudside.tests import get_test_file # noqa
99

1010

1111
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)