Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Feb 23, 2019
1 parent e765569 commit 333a033
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions storages/backends/azure_storage.py
Expand Up @@ -12,13 +12,10 @@
from django.core.files.storage import Storage
from django.utils import timezone
from django.utils.deconstruct import deconstructible
from django.utils.encoding import force_bytes, filepath_to_uri
from django.utils.encoding import filepath_to_uri, force_bytes

from storages.utils import (
clean_name,
get_available_overwrite_name,
safe_join,
setting,
clean_name, get_available_overwrite_name, safe_join, setting,
)


Expand Down

0 comments on commit 333a033

Please sign in to comment.