aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/shell.py1
1 files changed, 1 insertions, 0 deletions
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__':