changeset 1440f37a3325 in modules/web_shop_vue_storefront_stripe:default
details:
https://hg.tryton.org/modules/web_shop_vue_storefront_stripe?cmd=changeset&node=1440f37a3325
description:
Follow isort formatting
issue10928
diffstat:
.isort.cfg | 3 +++
setup.py | 3 ++-
tests/__init__.py | 3 ++-
web.py | 2 +-
4 files changed, 8 insertions(+), 3 deletions(-)
diffs (45 lines):
diff -r 9da1b0c74c1d -r 1440f37a3325 .isort.cfg
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.isort.cfg Sat Dec 11 17:58:45 2021 +0100
@@ -0,0 +1,3 @@
+[settings]
+multi_line_output=4
+known_first_party=trytond
diff -r 9da1b0c74c1d -r 1440f37a3325 setup.py
--- a/setup.py Mon Nov 01 17:36:58 2021 +0100
+++ b/setup.py Sat Dec 11 17:58:45 2021 +0100
@@ -6,7 +6,8 @@
import os
import re
from configparser import ConfigParser
-from setuptools import setup, find_packages
+
+from setuptools import find_packages, setup
def read(fname, slice=None):
diff -r 9da1b0c74c1d -r 1440f37a3325 tests/__init__.py
--- a/tests/__init__.py Mon Nov 01 17:36:58 2021 +0100
+++ b/tests/__init__.py Sat Dec 11 17:58:45 2021 +0100
@@ -2,7 +2,8 @@
# this repository contains the full copyright notices and license terms.
try:
- from
trytond.modules.web_shop_vue_storefront_stripe.tests.test_web_shop_vue_storefront_stripe
import suite # noqa: E501
+ from
trytond.modules.web_shop_vue_storefront_stripe.tests.test_web_shop_vue_storefront_stripe
import \
+ suite # noqa: E501
except ImportError:
from .test_web_shop_vue_storefront_stripe import suite
diff -r 9da1b0c74c1d -r 1440f37a3325 web.py
--- a/web.py Mon Nov 01 17:36:58 2021 +0100
+++ b/web.py Sat Dec 11 17:58:45 2021 +0100
@@ -1,7 +1,7 @@
# This file is part of Tryton. The COPYRIGHT file at the top level of
# this repository contains the full copyright notices and license terms.
from trytond.model import fields
-from trytond.pool import PoolMeta, Pool
+from trytond.pool import Pool, PoolMeta
from trytond.pyson import Eval