Skip to content

Commit

Permalink
Fixed import path
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvaughn committed Sep 27, 2019
1 parent cd383f6 commit 58208f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tapis_cli/commands/taccapis/v2/jobs/outputs_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
from tapis_cli.commands.taccapis import SearchableCommand

from ..files.models import File
from ..files.formatters import FilesFormatMany, FilesOptions
from ..files.formatters import FilesFormatMany
from ..files.mixins import FilesOptions
from tapis_cli.clients.services.mixins import JobsUUID, RemoteFilePath
# Note - this is the jobs-outputs specific listdir!
from .helpers.walk import listdir
Expand Down

0 comments on commit 58208f6

Please sign in to comment.