Corrected a code style issue.

Fri, 14 May 2021 20:12:53 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 14 May 2021 20:12:53 +0200
changeset 8309
10aa9235b817
parent 8308
f39977d44009
child 8310
75cb87580e5e

Corrected a code style issue.

eric6/Utilities/BackgroundService.py file | annotate | diff | comparison | revisions
--- a/eric6/Utilities/BackgroundService.py	Wed May 12 19:53:31 2021 +0200
+++ b/eric6/Utilities/BackgroundService.py	Fri May 14 20:12:53 2021 +0200
@@ -25,6 +25,7 @@
 import Utilities
 import Globals
 
+
 class BackgroundService(QTcpServer):
     """
     Class implementing the main part of the background service.

eric ide

mercurial