Skip to content

Commit

Permalink
Removing duplicate jNeuroMLBackend import (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwatts15 authored Nov 8, 2020
1 parent b9a2013 commit 7b9c100
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions neuronunit/models/backends/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
warnings.filterwarnings('ignore', message='nested set')
warnings.filterwarnings('ignore', message='mpi4py')

try:
from .jNeuroML import jNeuroMLBackend
except ImportError:
jNeuroMLBackend = None
print('Could not load jNeuroMLBackend')

try:
from .jNeuroML import jNeuroMLBackend
except ImportError:
Expand Down

1 comment on commit 7b9c100

@rgerkin
Copy link
Contributor

@rgerkin rgerkin commented on 7b9c100 Nov 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mwatts15 Thank you!

Please sign in to comment.