chore(lint): Run isort

This commit is contained in:
Lev Vereshchagin
2021-12-10 11:53:00 +03:00
parent f8b7b7af05
commit 8b4dfce4f0
10 changed files with 40 additions and 48 deletions

View File

@@ -1,11 +1,11 @@
import json
import os
import subprocess
import boto3
import git
from frappe.installer import update_site_config
from constants import APP_VERSIONS_JSON_FILE, APPS_TXT_FILE, COMMON_SITE_CONFIG_FILE
from frappe.installer import update_site_config
def run_command(command, stdout=None, stdin=None, stderr=None):