mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 00:37:51 +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
|
||||
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"""
|
||||
|
||||
# imports - third party imports
|
||||
|
||||
def env():
|
||||
from jinja2 import Environment, PackageLoader
|
||||
|
@ -3,7 +3,6 @@ import getpass
|
||||
import json
|
||||
import os
|
||||
|
||||
# imports - third party imports
|
||||
|
||||
|
||||
default_config = {
|
||||
|
Loading…
Reference in New Issue
Block a user