mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 09:02:10 +00:00
chore: Remove unused import comment blocks
This commit is contained in:
parent
5d90346660
commit
b70aa21a73
@ -1,5 +1,3 @@
|
|||||||
# imports - standard imports
|
|
||||||
|
|
||||||
# imports - module imports
|
# imports - module imports
|
||||||
from bench.config.common_site_config import update_config, get_config, put_config
|
from bench.config.common_site_config import update_config, get_config, put_config
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
"""Module for setting up system and respective bench configurations"""
|
"""Module for setting up system and respective bench configurations"""
|
||||||
|
|
||||||
# imports - third party imports
|
|
||||||
|
|
||||||
def env():
|
def env():
|
||||||
from jinja2 import Environment, PackageLoader
|
from jinja2 import Environment, PackageLoader
|
||||||
|
@ -3,7 +3,6 @@ import getpass
|
|||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
|
|
||||||
# imports - third party imports
|
|
||||||
|
|
||||||
|
|
||||||
default_config = {
|
default_config = {
|
||||||
|
Loading…
Reference in New Issue
Block a user