mirror of
https://github.com/frappe/bench.git
synced 2025-01-22 22:58:31 +00:00
style: removed unused imports
This commit is contained in:
parent
b672466dad
commit
9b5e1c9fdc
@ -1,6 +1,6 @@
|
||||
import click
|
||||
import os, sys, logging, json, pwd, subprocess
|
||||
from bench.utils import is_root, PatchError, drop_privileges, get_env_cmd, get_cmd_output, get_frappe, log, is_bench_directory, find_parent_bench
|
||||
from bench.utils import is_root, PatchError, drop_privileges, get_env_cmd, get_cmd_output, get_frappe, log, find_parent_bench
|
||||
from bench.app import get_apps
|
||||
from bench.config.common_site_config import get_config
|
||||
from bench.commands import bench_command
|
||||
|
@ -1,7 +1,6 @@
|
||||
# imports - standard imports
|
||||
import os
|
||||
import sys
|
||||
import json
|
||||
|
||||
# imports - module imports
|
||||
from bench.utils import exec_cmd
|
||||
|
@ -1,6 +1,5 @@
|
||||
# imports - standard imports
|
||||
import os
|
||||
import sys
|
||||
|
||||
# imports - third party imports
|
||||
import click
|
||||
|
@ -1,5 +1,4 @@
|
||||
# imports - standard imports
|
||||
import copy
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user