2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 15:38:25 +00:00

chore: codacy import and docstring fixes

This commit is contained in:
Gavin D'souza 2020-04-03 14:42:22 +05:30
parent 20152f2dce
commit 84fb7e296a
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,5 @@
"""Module for setting up system and respective bench configurations"""
# imports - third party imports
from jinja2 import Environment, PackageLoader

View File

@ -1,5 +1,4 @@
# imports - standard imports
import errno
import os
# imports - third party imports