Skip to content

Commit 9d1739c

Browse files
committed
fixed merge conflict linting issues
1 parent b853a2f commit 9d1739c

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

planet/cli/data.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,12 @@
1919
import click
2020

2121
from planet.reporting import StateBar
22-
from planet import data_filter, DataClient
23-
from planet.clients.data import (SEARCH_SORT,
24-
2522
from planet import data_filter, DataClient, exceptions
26-
from planet.clients.data import (LIST_SEARCH_TYPE,
23+
from planet.clients.data import (SEARCH_SORT,
24+
LIST_SEARCH_TYPE,
2725
LIST_SEARCH_TYPE_DEFAULT,
2826
LIST_SORT_ORDER,
2927
LIST_SORT_DEFAULT,
30-
SEARCH_SORT,
3128
SEARCH_SORT_DEFAULT,
3229
STATS_INTERVAL)
3330

tests/integration/test_data_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def _func():
113113

114114
return _func
115115

116+
116117
def item_descriptions(get_test_file_json):
117118
item_ids = [
118119
'20220125_075509_67_1061',
@@ -123,7 +124,6 @@ def item_descriptions(get_test_file_json):
123124
return items
124125

125126

126-
127127
def test_data_command_registered(invoke):
128128
"""planet-data command prints help and usage message."""
129129
runner = CliRunner()

0 commit comments

Comments
 (0)