Skip to content

Commit

Permalink
added pipeline_id as attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
harshits committed Jan 2, 2020
1 parent e3f400a commit fc52bf9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qds_sdk/quest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
The quest module contains the base definition for
a generic quest commands.
"""

from qds_sdk.actions import *
import json
from qds_sdk.qubole import Qubole
from qds_sdk.resource import Resource
from argparse import ArgumentParser
from qds_sdk.actions import *

log = logging.getLogger("qds_quest")

Expand Down

0 comments on commit fc52bf9

Please sign in to comment.