Skip to content

Commit

Permalink
Solving PEP8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermef committed Nov 6, 2015
1 parent 04f6fd2 commit da7c374
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/fixtures/images/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# Copyright (c) 2011 globo.com timehome@corp.globo.com

import unicodedata
from os import listdir
from os.path import abspath, join, dirname


Expand Down
1 change: 1 addition & 0 deletions tests/loaders/test_https_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def test_should_normalize_quoted_url(self):
result = loader._normalize_url(url)
expect(result).to_equal(expected)


class HttpsLoaderTestCase(TestCase):

def get_app(self):
Expand Down
3 changes: 1 addition & 2 deletions tests/loaders/test_strict_https_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
import mock
# from tornado.concurrent import Future
import tornado.web
from tests.base import PythonTestCase, TestCase
from tornado.concurrent import Future
from tests.base import PythonTestCase

import thumbor.loaders.strict_https_loader as loader
from thumbor.context import Context
Expand Down

0 comments on commit da7c374

Please sign in to comment.