Skip to content

Commit a72cdcd

Browse files
committed
TEST: fix flake8 failure
1 parent 960d2d3 commit a72cdcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def test_item_type():
4444
ItemType().convert('x', None, None)
4545
assert 'invalid choice: x' in str(e.value)
4646

47+
4748
@mock.patch('planet.scripts.types.get_asset_types',
4849
new=mock.Mock(return_value=DEFAULT_ASSET_TYPES))
4950
def test_asset_type():

0 commit comments

Comments
 (0)