From 30ae0675b9415c572fd505e26255119c2431594e Mon Sep 17 00:00:00 2001 From: Nathan Page Date: Sun, 2 Aug 2020 15:53:50 -0400 Subject: [PATCH] Run black format across all files --- rich/_palettes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rich/_palettes.py b/rich/_palettes.py index d562d821..082d8817 100644 --- a/rich/_palettes.py +++ b/rich/_palettes.py @@ -299,4 +299,3 @@ EIGHT_BIT_PALETTE = Palette( (238, 238, 238), ] ) -