From d27bad0e28d24a84fad10aae08748161580feece Mon Sep 17 00:00:00 2001 From: Tushar Sadhwani Date: Mon, 30 Aug 2021 00:02:12 +0530 Subject: [PATCH] Format with black --- rich/json.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rich/json.py b/rich/json.py index 61911edb..93666d4f 100644 --- a/rich/json.py +++ b/rich/json.py @@ -54,7 +54,7 @@ if __name__ == "__main__": "path", metavar="PATH", help="path to file, or - for stdin", - nargs='?', + nargs="?", ) parser.add_argument( "-i", @@ -70,7 +70,7 @@ if __name__ == "__main__": console = Console() error_console = Console(stderr=True) - + try: if args.path is None: json_data = sys.stdin.read()