Skip to content

Commit

Permalink
Merge pull request #82 from xiyangxixian/dev
Browse files Browse the repository at this point in the history
删除多余的 import
  • Loading branch information
xiyangxixian authored Dec 10, 2018
2 parents d0aa4f2 + 335e324 commit b0e9f26
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@
import json
import uuid
import codecs
import base64
import platform
import subprocess
import webbrowser
import tempfile
from collections import OrderedDict


from Crypto.Cipher import AES

from collections import OrderedDict

from config import TMP_DIR
from config import SOAR_ARGS
Expand Down

0 comments on commit b0e9f26

Please sign in to comment.