Skip to content

Commit

Permalink
fix: missing cached_property usage
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Oct 20, 2023
1 parent 34b697f commit b6eef1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netsuite/soap_api/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import Dict, List, Optional, Sequence

from ..config import Config
from ..util import cached_property
from functools import cached_property
from . import helpers, passport, zeep
from .decorators import WebServiceCall
from .transports import AsyncNetSuiteTransport
Expand Down

0 comments on commit b6eef1a

Please sign in to comment.