mirror of
https://github.com/frappe/bench.git
synced 2025-01-23 15:08:24 +00:00
style: sorted imports + trailing spaces
This commit is contained in:
parent
6dc784fe4d
commit
87bc347b5c
@ -1,19 +1,19 @@
|
||||
# imports - standard imports
|
||||
import getpass
|
||||
import json
|
||||
import os
|
||||
import shutil
|
||||
import subprocess
|
||||
import sys
|
||||
import traceback
|
||||
import unittest
|
||||
import getpass
|
||||
|
||||
# imports - module imports
|
||||
import bench
|
||||
import bench.utils
|
||||
|
||||
# imports - third party imports
|
||||
from six import PY2
|
||||
|
||||
# imports - module imports
|
||||
import bench
|
||||
import bench.utils
|
||||
|
||||
if PY2:
|
||||
FRAPPE_BRANCH = "version-12"
|
||||
|
@ -11,7 +11,7 @@ import git
|
||||
import bench
|
||||
import bench.utils
|
||||
from bench.release import get_bumped_version
|
||||
from bench.tests.test_base import TestBenchBase, FRAPPE_BRANCH
|
||||
from bench.tests.test_base import FRAPPE_BRANCH, TestBenchBase
|
||||
|
||||
|
||||
class TestBenchInit(TestBenchBase):
|
||||
@ -155,4 +155,4 @@ class TestBenchInit(TestBenchBase):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
unittest.main()
|
||||
|
@ -176,4 +176,4 @@ class TestSetupProduction(TestBenchBase):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
unittest.main()
|
||||
|
Loading…
x
Reference in New Issue
Block a user