Skip to content

Commit

Permalink
fix: incorrect import statement
Browse files Browse the repository at this point in the history
use six.moves instead of six

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
  • Loading branch information
Thunderbottom committed Dec 15, 2019
1 parent d1a3017 commit 699705f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
restart_supervisor_processes, get_cmd_output, run_frappe_cmd, CommandFailedError,
restart_systemd_processes)
from .config.common_site_config import get_config
from six import reload_module
from six.moves import reload_module

import logging
import requests
Expand Down

0 comments on commit 699705f

Please sign in to comment.