Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle Madeley committed Oct 5, 2017
1 parent 1081bd9 commit e0467b2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/test_dropbox.py
@@ -1,15 +1,12 @@
from datetime import datetime

from django.core.exceptions import (
ImproperlyConfigured, SuspiciousFileOperation,
)
from django.core.files.base import ContentFile, File
from django.core.exceptions import ImproperlyConfigured
from django.core.files.base import File
from django.test import TestCase
from django.utils.six import BytesIO

from storages.backends import dropbox

from requests import Response
from dropbox.files import ListFolderResult, FolderMetadata, FileMetadata
from dropbox.exceptions import ApiError

Expand Down

0 comments on commit e0467b2

Please sign in to comment.