aboutsummaryrefslogtreecommitdiff
path: root/cbc/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'cbc/exceptions.py')
-rw-r--r--cbc/exceptions.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/cbc/exceptions.py b/cbc/exceptions.py
index 6eb521f..0f9f995 100644
--- a/cbc/exceptions.py
+++ b/cbc/exceptions.py
@@ -1,8 +1,8 @@
-class IncompleteEnv(Exception):
- pass
-
-class MetaDataError(Exception):
- pass
-
-class CondaBuildError(Exception):
+class IncompleteEnv(Exception):
+ pass
+
+class MetaDataError(Exception):
+ pass
+
+class CondaBuildError(Exception):
pass