From 5e38d7b33a12e2955de11552611ec12e869b14b4 Mon Sep 17 00:00:00 2001
From: fleur <spacecarrot@fleurshax.net>
Date: Wed, 21 Aug 2019 15:34:50 +0200
Subject: [PATCH] this is me doing random things

---
 pycardium/modules/py/pride.py | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/pycardium/modules/py/pride.py b/pycardium/modules/py/pride.py
index 23774652..3bfb29b6 100644
--- a/pycardium/modules/py/pride.py
+++ b/pycardium/modules/py/pride.py
@@ -49,12 +49,7 @@ flags["lesbian"] = [
     [214, 113, 113],
     [134, 70, 70],
 ]
-flags["nonbinary"] = [
-    [255, 244, 51],
-    [255, 255, 255],
-    [155, 89, 208],
-    [0, 0, 0],
-]
+flags["nonbinary"] = [[255, 244, 51], [255, 255, 255], [155, 89, 208], [0, 0, 0]]
 flags["genderfluid"] = [
     [254, 117, 161],
     [255, 255, 255],
@@ -163,6 +158,7 @@ def print_all():
     for i in flags:
         print(i)
 
+
 def demo(s_delay=2):
     """
     Demos all available flags on LEDs and display.
-- 
GitLab