Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jul 19, 2023
1 parent 301e16d commit fd5b827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gort/devices/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Exposure(asyncio.Future["Exposure"]):
def __init__(self, exp_no: int, spec_set: SpectrographSet, flavour: str = "object"):
self.spec_set = spec_set
self.exp_no = exp_no
self.flavour=flavour
self.flavour = flavour

self.error: bool = False
self.reading: bool = False
Expand Down

0 comments on commit fd5b827

Please sign in to comment.