From 5dfc7a0c4c938881435e839df9bf67722f60eaf2 Mon Sep 17 00:00:00 2001 From: Alexander Werner Date: Sun, 4 Nov 2018 21:13:08 +0100 Subject: [PATCH] PEP8 --- carom/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carom/const.py b/carom/const.py index d18f1cd..7e7b2df 100644 --- a/carom/const.py +++ b/carom/const.py @@ -1,2 +1,2 @@ AVAILABLE_PINS = range(0, 28) -"""Pins available for Configuration""" \ No newline at end of file +"""Pins available for Configuration"""