Skip to content

Commit

Permalink
removes the unused Exception SignatureError
Browse files Browse the repository at this point in the history
  • Loading branch information
fredkingham committed Jun 15, 2018
1 parent e3a2e37 commit 0a31013
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Expand Up @@ -57,7 +57,6 @@ for a method named `get_$attr` and will call that if it exists.
Adds the method `.get_absolute_url()` to `opal.core.pathways.Pathway` and
`opal.core.patient_lists.PatientList`.

Adds the Opal error `SignatureError`.

#### Template removals

Expand Down Expand Up @@ -91,8 +90,6 @@ a generator function which will yield all subrecord singletons.
* Adds the methods `.get_absolute_url()`, `.get_icon()` and `get_display_name()`
to `opal.core.pathways.Pathway` and `opal.core.patient_lists.PatientList`.

* Adds the Opal error `SignatureError`.


#### Updates to the Dependency Graph

Expand Down
4 changes: 0 additions & 4 deletions opal/core/exceptions.py
Expand Up @@ -37,7 +37,3 @@ class InitializationError(Error):

class MissingTemplateError(Error):
pass


class SignatureError(Error):
pass

0 comments on commit 0a31013

Please sign in to comment.