Skip to content

Commit

Permalink
Merge branch 'bugfix-188' of github.com:SolarDrew/dkist into bugfix-188
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarDrew committed Sep 21, 2022
2 parents 8790a44 + b1b1f40 commit 8cfe150
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions dkist/net/attrs.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
from ._attrs import (
Dataset,
WavelengthBand,
Embargoed,
Observable,
Experiment,
Proposal,
TargetType,
Recipe,
FriedParameter,
PolarimetricAccuracy,
ExposureTime,
EmbargoEndTime,
BrowseMovie,
BoundingBox,
SpectralSampling,
SpatialSampling,
TemporalSampling,
)
from ._attrs import (BoundingBox, BrowseMovie, Dataset, Embargoed, EmbargoEndTime,
Experiment, ExposureTime, FriedParameter, Observable,
PolarimetricAccuracy, Proposal, Recipe, SpatialSampling,
SpectralSampling, TargetType, TemporalSampling, WavelengthBand)

# Trick the docs into thinking these attrs are defined in here.
for _a in (
Expand Down

0 comments on commit 8cfe150

Please sign in to comment.