Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juanep97 committed Nov 21, 2024
1 parent 23432c0 commit ff6cf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iop4lib/instruments/dipol.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@


import typing
from iop4lib.db import RawFit, ReducedFit
if typing.TYPE_CHECKING:
from typing import Union
from iop4lib.db import RawFit, ReducedFit


class DIPOL(Instrument):
Expand Down

0 comments on commit ff6cf4f

Please sign in to comment.