Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
trustedauth
Commits
a96755cc282e
Commit
ecdea44b
authored
Feb 05, 2019
by
Nsukami Patrick
Browse files
Flake8: fix F401
parent
f958c90026de
Changes
4
Hide whitespace changes
Inline
Side-by-side
cubicweb_trustedauth/authplugin.py
View file @
a96755cc
...
...
@@ -24,7 +24,6 @@
__docformat__
=
"restructuredtext en"
import
os.path
as
osp
import
base64
from
cubicweb
import
AuthenticationError
...
...
cubicweb_trustedauth/entities.py
View file @
a96755cc
...
...
@@ -16,8 +16,6 @@
"""cubicweb-trustedauth entity's classes"""
from
cubicweb
import
ConfigurationError
CONFENTRY
=
'trustedauth-secret-key-file'
...
...
cubicweb_trustedauth/hooks.py
View file @
a96755cc
...
...
@@ -15,7 +15,6 @@
# with this program. If not, see <http://www.gnu.org/licenses/>.
__docformat__
=
"restructuredtext en"
import
os.path
as
osp
from
cubicweb.server
import
hook
...
...
test/test_pyramid.py
View file @
a96755cc
from
operator
import
itemgetter
import
webtest
from
pyramid_cubicweb.tests
import
PyramidCWTest
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment