From 71ada6095edf006c9cf03c592612e98fe27ab75d Mon Sep 17 00:00:00 2001 From: PeganovAnton Date: Wed, 2 Oct 2024 18:21:09 +0000 Subject: [PATCH] Apply isort and black reformatting Signed-off-by: PeganovAnton --- setup_export.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup_export.py b/setup_export.py index 258e221047906..807e21672a063 100644 --- a/setup_export.py +++ b/setup_export.py @@ -1,9 +1,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -import setuptools import os +import setuptools + def req_file(filename, folder="requirements"): with open(os.path.join(folder, filename), encoding='utf-8') as f: