Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Aug 22, 2018
1 parent 70a6ea8 commit f56e133
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/test_azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

from __future__ import unicode_literals

try:
from unittest import mock
except ImportError: # Python 3.2 and below
import mock
import datetime
from datetime import timedelta

Expand All @@ -16,6 +12,11 @@

from storages.backends import azure_storage

try:
from unittest import mock
except ImportError: # Python 3.2 and below
import mock


class AzureStorageTest(TestCase):

Expand Down

0 comments on commit f56e133

Please sign in to comment.