Skip to content

Commit

Permalink
Fix import of pipeline2dot
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Sep 27, 2023
1 parent 10ec0e6 commit 9996bd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_dotTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@

import lsst.pipe.base.connectionTypes as cT
import lsst.utils.tests
from lsst.ctrl.mpexec.dotTools import pipeline2dot
from lsst.pipe.base import Pipeline, PipelineTask, PipelineTaskConfig, PipelineTaskConnections
from lsst.pipe.base import Pipeline, PipelineTask, PipelineTaskConfig, PipelineTaskConnections, pipeline2dot


class ExamplePipelineTaskConnections(PipelineTaskConnections, dimensions=()):
Expand Down

0 comments on commit 9996bd5

Please sign in to comment.