Skip to content

Commit

Permalink
Remove (unused?) backend module
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmaddison committed Jul 15, 2024
1 parent 4bb4e3b commit e35f21d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions firedrake/adjoint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
import pyadjoint
__version__ = pyadjoint.__version__

import sys
if 'backend' not in sys.modules:
import firedrake
sys.modules['backend'] = firedrake
else:
raise ImportError("'backend' module already exists?")

from pyadjoint.tape import Tape, set_working_tape, get_working_tape, \
pause_annotation, continue_annotation, \
stop_annotating, annotate_tape, \
Expand Down

0 comments on commit e35f21d

Please sign in to comment.