Skip to content

Commit 9a9b62d

Browse files
committed
fix: remove retry decorator
1 parent 104c323 commit 9a9b62d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nisystemlink/clients/feeds/_feeds_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
from nisystemlink.clients import core
66
from nisystemlink.clients.core._uplink._base_client import BaseClient
77
from nisystemlink.clients.core._uplink._methods import delete, get, post
8-
from uplink import Part, Path, Query, retry
8+
from uplink import Part, Path, Query
99

1010
from . import models
1111

1212

13-
@retry(when=retry.when.status(429), stop=retry.stop.after_attempt(5))
1413
class FeedsClient(BaseClient):
1514
def __init__(self, configuration: Optional[core.HttpConfiguration] = None):
1615
"""Initialize an instance.

0 commit comments

Comments
 (0)