From 78f08280edea4ff65ca613ad30005c45cc48dea6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 2 Nov 2021 18:05:23 -0700 Subject: python: isort everything --- python/shell.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'python/shell.py') diff --git a/python/shell.py b/python/shell.py index d53911b9..9b561f5f 100644 --- a/python/shell.py +++ b/python/shell.py @@ -1,14 +1,15 @@ # flake8: noqa # bunch of libraries one might want -import uuid -import datetime -import requests import argparse +import datetime +import uuid import fatcat_openapi_client +import requests from fatcat_openapi_client import * from fatcat_openapi_client.rest import ApiException + from fatcat_tools import * if __name__ == '__main__': -- cgit v1.2.3