Skip to content

Commit

Permalink
Use new location of FileTemplate class
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Oct 6, 2023
1 parent ffb8816 commit 081135d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/verify/bin/jobReporter.py
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 import FileTemplate

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

Expand Down

0 comments on commit 081135d

Please sign in to comment.