Skip to content

Commit cd86414

Browse files
committed
Fix a lint issue
1 parent 9abd6fe commit cd86414

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

tests/test_exceptions.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,11 @@
66
import random
77

88
import pytest
9-
from mock_vws import MockVWS, States
109
from PIL import Image
1110
from requests import codes
1211

1312
from vws import VWS
14-
from vws.exceptions import (
15-
BadImage,
16-
Fail,
17-
ImageTooLarge,
18-
MetadataTooLarge,
19-
ProjectInactive,
20-
TargetNameExist,
21-
TargetStatusProcessing,
22-
UnknownTarget,
23-
)
13+
from vws.exceptions import ImageTooLarge, UnknownTarget
2414

2515

2616
def _make_image_file(

0 commit comments

Comments
 (0)