Skip to content

Commit 2ac1126

Browse files
committed
invoke format
1 parent bb4b822 commit 2ac1126

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

disba/_ellipticity.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
]
1414

1515

16-
RayleighEllipticity = namedtuple("RayleighEllipticity", ("period", "ellipticity", "mode"))
16+
RayleighEllipticity = namedtuple(
17+
"RayleighEllipticity", ("period", "ellipticity", "mode")
18+
)
1719

1820

1921
class Ellipticity(Base):

0 commit comments

Comments
 (0)