Skip to content

Commit

Permalink
style: fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Oct 18, 2023
1 parent bc52155 commit 9d4b3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netsuite/soap_api/decorators.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9d4b3db

Please sign in to comment.