From 9d4b3dbee8f3ddd8531a0a51d3c251fe96c57196 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Wed, 18 Oct 2023 14:52:36 -0600 Subject: [PATCH] style: fix isort --- netsuite/soap_api/decorators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netsuite/soap_api/decorators.py b/netsuite/soap_api/decorators.py index 2210097..ee9e9f1 100644 --- a/netsuite/soap_api/decorators.py +++ b/netsuite/soap_api/decorators.py @@ -1,5 +1,5 @@ from functools import wraps -from typing import Optional, Any, Callable +from typing import Any, Callable, Optional from .. import constants from . import zeep