Skip to content

Commit

Permalink
删除多余的 import
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyangxixian committed Dec 10, 2018
1 parent 7bd4638 commit 335e324
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 335e324

Please sign in to comment.