Skip to content

Commit

Permalink
fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
parkma99 committed Mar 9, 2022
1 parent 212fd2b commit 692949a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stingray/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from astropy.time import TimeDelta
import numpy.typing as npt
TTime = Union[Time, TimeDelta, Quantity, npt.ArrayLike]
Tso=TypeVar("Tso", bound = "StingrayObject")
Tso = TypeVar("Tso", bound="StingrayObject")


class StingrayObject(object):
Expand Down

0 comments on commit 692949a

Please sign in to comment.