From 9b8c4db3618e517068242fcc4dbb8b430ac39f16 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 21 Nov 2018 23:49:22 -0800 Subject: include ApiException in shell --- python/shell.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/shell.py b/python/shell.py index 7b795b4e..78d32deb 100644 --- a/python/shell.py +++ b/python/shell.py @@ -7,6 +7,7 @@ import argparse import fatcat_client from fatcat_client import * +from fatcat_client.rest import ApiException from fatcat_tools import * if __name__ == '__main__': -- cgit v1.2.3