comparison 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
comparison
equal deleted inserted replaced
2623:49533de4540b 2624:56f94936df1e
82 82
83 class InternalError(Exception): 83 class InternalError(Exception):
84 pass 84 pass
85 85
86 86
87 class FeatureNotFound(Exception): # a disco feature/identity which is needed is not present 87 class FeatureNotFound(
88 Exception
89 ): # a disco feature/identity which is needed is not present
88 pass 90 pass
89 91
90 92
91 class BridgeInitError(Exception): 93 class BridgeInitError(Exception):
92 pass 94 pass