From b231a5ce2b86e472284672bcd059fddad07bf8ad Mon Sep 17 00:00:00 2001 From: Ramon Felciano Date: Sat, 13 Aug 2016 11:37:32 -0700 Subject: [PATCH] Fixed missing import For 2FA code to wrk it needs access to the `click` library --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index ce93109..537a286 100644 --- a/README.rst +++ b/README.rst @@ -45,6 +45,7 @@ If you have enabled two-factor authentication for the account you will have to d .. code-block:: python if api.requires_2fa: + import click print "Two-factor authentication required. Your trusted devices are:" devices = api.trusted_devices