diff sat/core/exceptions.py @ 2624:56f94936df1e

code style reformatting using black
author Goffi <goffi@goffi.org>
date Wed, 27 Jun 2018 20:14:46 +0200
parents 26edcf3a30eb
children 60c9e163f1df
line wrap: on
line diff
--- a/sat/core/exceptions.py	Wed Jun 27 07:51:29 2018 +0200
+++ b/sat/core/exceptions.py	Wed Jun 27 20:14:46 2018 +0200
@@ -84,7 +84,9 @@
     pass
 
 
-class FeatureNotFound(Exception): # a disco feature/identity which is needed is not present
+class FeatureNotFound(
+    Exception
+):  # a disco feature/identity which is needed is not present
     pass