Skip to content

Commit 985f45e

Browse files
committed
Remove duplicate import of the logging module
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 3a514b4 commit 985f45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/saml2/client_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
from saml2 import BINDING_HTTP_REDIRECT
5353
from saml2 import BINDING_HTTP_POST
5454
from saml2 import BINDING_PAOS
55-
import logging
55+
5656

5757
logger = logging.getLogger(__name__)
5858

0 commit comments

Comments
 (0)