Skip to content

Commit

Permalink
#50 hotfix update API doc front page
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbaker committed Jan 24, 2024
1 parent fd02e37 commit cca32a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/spectrumdevice/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# Copyright (c) 2021 School of Biomedical Engineering & Imaging Sciences, King's College London
# Licensed under the MIT. You may obtain a copy at https://opensource.org/licenses/MIT.

from spectrumdevice.measurement import Measurement
from .measurement import Measurement
from .devices.digitiser.digitiser_card import SpectrumDigitiserCard
from .devices.digitiser.digitiser_channel import SpectrumDigitiserAnalogChannel, SpectrumDigitiserIOLine
from .devices.digitiser.digitiser_star_hub import SpectrumDigitiserStarHub
Expand Down
4 changes: 0 additions & 4 deletions src/spectrumdevice/features/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@
# Christian Baker, King's College London
# Copyright (c) 2024 School of Biomedical Engineering & Imaging Sciences, King's College London
# Licensed under the MIT. You may obtain a copy at https://opensource.org/licenses/MIT.

from .pulse_generator.pulse_generator import PulseGenerator

__all__ = ["PulseGenerator"]

0 comments on commit cca32a7

Please sign in to comment.