Skip to content

Commit

Permalink
Merge pull request #117 from lsst/tickets/DM-41043
Browse files Browse the repository at this point in the history
DM-41043: Use new location of FileTemplate class
  • Loading branch information
TallJimbo authored Oct 9, 2023
2 parents ffb8816 + 26adb3d commit eb375f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/verify/bin/jobReporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import json

from lsst.verify import Job, MetricSet
from lsst.daf.butler import Butler, FileTemplate

from lsst.daf.butler import Butler
from lsst.daf.butler.datastore.file_templates import FileTemplate

__all__ = ["main", "JobReporter", "build_argparser"]

Expand Down

0 comments on commit eb375f3

Please sign in to comment.