Skip to content

Commit 46403f0

Browse files
committed
whitespace?
1 parent 3fd5ba8 commit 46403f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aind_data_schema/utils/units.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class UnitlessUnit(Enum):
103103

104104
PERCENT = "percent"
105105
FC = "fraction of cycle"
106-
106+
107107

108108
def create_unit_with_value(model_name, scalar_type, unit_type, unit_default):
109109
"""this uses create_model instead of generics, which lets us set default values"""

0 commit comments

Comments
 (0)