Skip to content

Commit 4d501d4

Browse files
committed
Fix self.synonyms position
1 parent 5abe9cf commit 4d501d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch/_sync/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,9 +458,9 @@ def __init__(
458458
self.security = SecurityClient(self)
459459
self.slm = SlmClient(self)
460460
self.shutdown = ShutdownClient(self)
461-
self.synonyms = SynonymsClient(self)
462461
self.sql = SqlClient(self)
463462
self.ssl = SslClient(self)
463+
self.synonyms = SynonymsClient(self)
464464
self.text_structure = TextStructureClient(self)
465465
self.transform = TransformClient(self)
466466
self.watcher = WatcherClient(self)

0 commit comments

Comments
 (0)