Skip to content

Commit be0bbde

Browse files
made NeuroML neuroML instead
1 parent bb65121 commit be0bbde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/neuroml2/neuroml2_spec.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from modelspec import field, instance_of, optional
33
from modelspec.base_types import Base
44
from typing import List
5-
from modelspec.utils import save_to_xml_file
65

76
# Example showing ...
87

@@ -95,7 +94,7 @@ class Izhikevich2007Cell(Base):
9594

9695

9796
@modelspec.define
98-
class NeuroML(Base):
97+
class neuroML(Base):
9998
"""
10099
Some description...
101100

0 commit comments

Comments
 (0)