Skip to content

Commit b161608

Browse files
committed
Remove unnecessary datetime reference
1 parent e3c7e9d commit b161608

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

veryfi/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import base64
2-
from datetime import datetime
32
import hashlib
43
import hmac
54
import json
@@ -55,7 +54,6 @@ def __init__(
5554
self.timeout = timeout
5655
self.headers = {}
5756
self._session = requests.Session()
58-
self.DATETIME_FMT = "%Y-%m-%d+%H:%M:%S"
5957

6058
def _get_headers(self) -> Dict:
6159
"""

0 commit comments

Comments
 (0)