Skip to content

Commit

Permalink
Fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Jan 17, 2020
1 parent 5b60acc commit a814ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import click

from core.host import prepare_host, init_data_dir
from core.helper import post, print_err_response
from core.helper import post
from tools.texts import Texts
from configs import INSTALL_SCRIPT, UNINSTALL_SCRIPT, UPDATE_SCRIPT, UPDATE_NODE_PROJECT_SCRIPT
from configs.env import get_params
Expand Down

0 comments on commit a814ccf

Please sign in to comment.