Skip to content

Commit 682729d

Browse files
committed
addressed feedback : removed unwanted spaces
1 parent a2d7132 commit 682729d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/transformation_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ def test_pdf_info(transform):
252252
result = transform.pdf_info(colorinfo=True)
253253
assert result.url == target_url
254254

255-
256255
def test_pdf_convert(transform):
257256
target_url = '{}/{}/pdfconvert=pageorientation:landscape/{}'.format(config.CDN_URL, APIKEY, EXTERNAL_URL)
258257
result = transform.pdf_convert(pageorientation='landscape')
@@ -263,7 +262,6 @@ def test_minify_css(transform):
263262
result = transform.minify_css()
264263
assert result.url == target_url
265264

266-
267265
def test_minify_css_with_params(transform):
268266
target_url = '{}/{}/minify_css=gzip:false,level:1/{}'.format(config.CDN_URL, APIKEY, EXTERNAL_URL)
269267
result = transform.minify_css(level=1, gzip=False)

0 commit comments

Comments
 (0)