From 491ef41603680cf0d57268894c055357ada94809 Mon Sep 17 00:00:00 2001 From: Cameron Matthew Date: Wed, 23 Mar 2022 15:25:29 +0000 Subject: [PATCH] lints --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 256b0d4..bcbe502 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ packages=find_packages(), entry_points={ 'console_scripts': [ - "qStart = frontend.gui:main", - ] - } + "qStart = frontend.gui:main", + ] + } )