Skip to content

Commit fdeb703

Browse files
committed
fix: import sorting
We just enabled ruff's import sorting.
1 parent b80c287 commit fdeb703

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/extensions/test_eo.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
import json
22
import unittest
3+
34
import pytest
45

56
import pystac
67
from pystac import ExtensionTypeError, Item
7-
from pystac.extensions.eo import Band, EOExtension, PREFIX, SNOW_COVER_PROP
8+
from pystac.extensions.eo import PREFIX, SNOW_COVER_PROP, Band, EOExtension
89
from pystac.extensions.projection import ProjectionExtension
910
from pystac.summaries import RangeSummary
1011
from pystac.utils import get_opt
11-
from tests.utils import TestCases, assert_to_from_dict
1212
from tests.conftest import get_data_file
13+
from tests.utils import TestCases, assert_to_from_dict
1314

1415

1516
class BandsTest(unittest.TestCase):

0 commit comments

Comments
 (0)