diff options
Diffstat (limited to 'cbc/exceptions.py')
-rw-r--r-- | cbc/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cbc/exceptions.py b/cbc/exceptions.py index dc6128f..6eb521f 100644 --- a/cbc/exceptions.py +++ b/cbc/exceptions.py @@ -5,4 +5,4 @@ class MetaDataError(Exception): pass
class CondaBuildError(Exception):
- pass
\ No newline at end of file + pass |