Skip to content

Commit e5fe4a0

Browse files
committed
Fix pyflakes reported error
1 parent 52f5439 commit e5fe4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/OneLogin/saml2_tests/metadata_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import json
88
from os.path import dirname, join, exists
9-
from time import gmtime, strftime
9+
from time import strftime
1010
from datetime import datetime
1111
import unittest
1212

0 commit comments

Comments
 (0)