fixed imports
This commit is contained in:
parent
1be0187f5e
commit
cbf1bee7da
1 changed files with 3 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue