Skip to content

Commit

Permalink
Linted rb_outliers_zoo_sync.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Rodríguez Flores committed Jun 13, 2024
1 parent 03d5091 commit f0c4eff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/src/redborder/zookeeper/rb_outliers_zoo_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self, config: ConfigManager) -> None:
configurations, including the ZooKeeper client and S3 client.
Args:
config (ConfigManager): Configuration settings including the ones for the ZooKeeper
config (ConfigManager): Configuration settings including the ones for the ZooKeeper
and S3 clients.
"""
self.is_leader = False
Expand All @@ -67,7 +67,6 @@ def _ensure_paths(self) -> None:
"""
Ensures the required ZooKeeper paths are created.
"""

self.paths = {
"leader": os.path.join(self.zk_sync_path, "leader"),
"queue": os.path.join(self.zk_sync_path, "models", "queue"),
Expand Down

0 comments on commit f0c4eff

Please sign in to comment.