From 1b28c4043b4e1199920bc848d752bcc154314842 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 11 Jan 2023 10:29:39 +0300 Subject: auth: Add missing import --- gn3/auth/authentication/users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn3/auth/authentication') diff --git a/gn3/auth/authentication/users.py b/gn3/auth/authentication/users.py index 0cd5852..ee3b5c2 100644 --- a/gn3/auth/authentication/users.py +++ b/gn3/auth/authentication/users.py @@ -1,6 +1,6 @@ """User-specific code and data structures.""" from uuid import UUID, uuid4 -from typing import NamedTuple +from typing import Tuple, NamedTuple import bcrypt from pymonad.maybe import Just, Maybe, Nothing -- cgit v1.2.3