Skip to content

Commit

Permalink
invoke format
Browse files Browse the repository at this point in the history
  • Loading branch information
keurfonluu committed Aug 16, 2020
1 parent bb4b822 commit 2ac1126
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion disba/_ellipticity.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
]


RayleighEllipticity = namedtuple("RayleighEllipticity", ("period", "ellipticity", "mode"))
RayleighEllipticity = namedtuple(
"RayleighEllipticity", ("period", "ellipticity", "mode")
)


class Ellipticity(Base):
Expand Down

0 comments on commit 2ac1126

Please sign in to comment.