Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Jul 7, 2016
1 parent 7b956ac commit 04ee1b6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions openprocurement/documentservice/utils.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
import os
from ConfigParser import ConfigParser
from base64 import b64encode, b64decode
from datetime import datetime
from hashlib import sha512
from json import dumps
from libnacl.sign import Signer, Verifier
from logging import getLogger
from pkg_resources import iter_entry_points
from pyramid.authentication import BasicAuthAuthenticationPolicy
from pyramid.authorization import ACLAuthorizationPolicy
from pyramid.config import Configurator
from pyramid.security import Allow
from pytz import timezone

Expand All @@ -30,7 +24,7 @@ def __init__(self, request):
__acl__ = [
(Allow, 'g:uploaders', 'upload'),
(Allow, 'g:api', 'upload'),
]
]


def read_users(filename):
Expand Down

0 comments on commit 04ee1b6

Please sign in to comment.