1
0
Fork 0

fixed imports

This commit is contained in:
Christian Kühnel 2019-11-18 12:17:06 +01:00
parent 1be0187f5e
commit cbf1bee7da

View file

@ -13,10 +13,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import argparse
import json
import os
import subprocess
import sys
from phabricator import Phabricator
import json
def main():
diff_id = os.environ['DIFF_ID']