Skip to content

Commit

Permalink
add missing Path import in model2comps
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester committed Feb 5, 2024
1 parent 960ac1a commit d83e3bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pfb/workers/model2comps.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# flake8: noqa
from pathlib import Path
from contextlib import ExitStack
from pfb.workers.main import cli
import click
Expand Down

0 comments on commit d83e3bb

Please sign in to comment.