From 3a56283edf74a116342852d7f95f04c1e2c5a976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 7 Mar 2019 10:39:34 +0100 Subject: [PATCH] add missing time import --- src/authentic2_auth_fedict/adapters.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/authentic2_auth_fedict/adapters.py b/src/authentic2_auth_fedict/adapters.py index ffbf2db..69c8215 100644 --- a/src/authentic2_auth_fedict/adapters.py +++ b/src/authentic2_auth_fedict/adapters.py @@ -18,6 +18,7 @@ import datetime import hashlib import logging import os +import time import requests