File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ class Probe(dj.Lookup):
160160 Attributes:
161161 probe (foreign key, varchar(32) ): Unique ID for this model of the probe.
162162 ProbeType (dict): ProbeType entry.
163- probe_comment (varchar(1000) ): Comment about this model of probe.
163+ probe_comment ( varchar(1000) ): Comment about this model of probe.
164164 """
165165
166166 definition = """
@@ -179,7 +179,7 @@ class ElectrodeConfig(dj.Lookup):
179179 Attributes:
180180 electrode_config_hash (foreign key, uuid): unique index for electrode configuration.
181181 ProbeType (dict): ProbeType entry.
182- electrode_config_name (varchar(4000) ): User-friendly name for this electrode configuration.
182+ electrode_config_name ( varchar(4000) ): User-friendly name for this electrode configuration.
183183 """
184184
185185 definition = """
You can’t perform that action at this time.
0 commit comments