Skip to content

Commit f7d3a7b

Browse files
committed
whitespace
1 parent ec188ca commit f7d3a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aind_data_schema/ephys/ephys_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class Stream(AindModel):
126126

127127

128128
class EphysSession(AindCoreModel):
129-
"""Description of an ephys recording session. This is being deprecated after 2023-11-01.
129+
"""Description of an ephys recording session. This is being deprecated after 2023-11-01.
130130
Use Session class instead."""
131131

132132
schema_version: str = Field("0.4.13", description="schema version", title="Version", const=True)

0 commit comments

Comments
 (0)