2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-28 06:49:06 +00:00

chore: Remove unused import comment blocks

This commit is contained in:
Aditya Hase 2021-02-21 11:24:32 +05:30
parent 5d90346660
commit b70aa21a73
No known key found for this signature in database
GPG Key ID: 0A55F0FCA0234972
3 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,3 @@
# imports - standard imports
# imports - module imports
from bench.config.common_site_config import update_config, get_config, put_config

View File

@ -1,6 +1,5 @@
"""Module for setting up system and respective bench configurations"""
# imports - third party imports
def env():
from jinja2 import Environment, PackageLoader

View File

@ -3,7 +3,6 @@ import getpass
import json
import os
# imports - third party imports
default_config = {