diff --git a/eliot/_generators.py b/eliot/_generators.py index 1a7b0a1..f398b4b 100644 --- a/eliot/_generators.py +++ b/eliot/_generators.py @@ -36,13 +36,6 @@ def in_generator(self, generator): self._current_generator = previous_generator -class GeneratorSupportNotEnabled(Exception): - """ - An attempt was made to use a decorated generator without first turning on - the generator context manager. - """ - - def eliot_friendly_generator_function(original): """ Decorate a generator function so that the Eliot action context is