Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
isotuela committed Jul 10, 2023
1 parent c130145 commit 9dee3b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@

import asyncio

from lsst.ts.idl.enums import ATWhiteLight

from lsst.ts import salobj
from lsst.ts.idl.enums import ATWhiteLight


class PowerOffATCalSys(salobj.BaseScript):
Expand Down
11 changes: 4 additions & 7 deletions tests/test_auxtel_power_off_atcalsys.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,15 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

import asyncio
import logging
import random
import unittest
import types
import asyncio

from lsst.ts import salobj, utils
import unittest

from lsst.ts import standardscripts
from lsst.ts.standardscripts.auxtel.calibrations import PowerOffATCalSys
from lsst.ts import salobj, standardscripts, utils
from lsst.ts.idl.enums import ATWhiteLight

from lsst.ts.standardscripts.auxtel.calibrations import PowerOffATCalSys

random.seed(47) # for set_random_lsst_dds_partition_prefix

Expand Down

0 comments on commit 9dee3b1

Please sign in to comment.