Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Aug 15, 2023
1 parent 422492a commit c5cd39c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/lvmcam/actor/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# @Filename: actor.py
# @License: BSD 3-clause (http://www.opensource.org/licenses/BSD-3-Clause)

import asyncio
import pathlib
from copy import deepcopy

Expand All @@ -15,7 +14,6 @@
from araviscam import BlackflyCamera, BlackflyCameraSystem
from basecam import ImageNamer
from basecam.actor import BaseCameraActor
from basecam.exposure import Exposure
from basecam.models import Extension, FITSModel, basic_header_model
from clu import AMQPActor, Command
from clu.client import AMQPReply
Expand Down

0 comments on commit c5cd39c

Please sign in to comment.