From ad4b738425aea16506cc703f81352601659a408d Mon Sep 17 00:00:00 2001 From: IAmTomahawkx Date: Wed, 16 Aug 2023 17:27:22 -0700 Subject: [PATCH] missing annotations import --- twitchio/user.py | 1 + 1 file changed, 1 insertion(+) diff --git a/twitchio/user.py b/twitchio/user.py index 444a3e0a..3023040f 100644 --- a/twitchio/user.py +++ b/twitchio/user.py @@ -21,6 +21,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ +from __future__ import annotations import datetime import time