Skip to content

Commit a6055d7

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
sambacc: return more correct type for ctdb params function
Signed-off-by: John Mulligan <[email protected]>
1 parent e68f7dc commit a6055d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sambacc/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def ctdb_smb_config(self) -> CTDBSambaConfig:
303303
raise ValueError("ctdb not supported in configuration")
304304
return CTDBSambaConfig()
305305

306-
def ctdb_config(self) -> dict[str, str]:
306+
def ctdb_config(self) -> JSONData:
307307
"""Common configuration of CTDB itself."""
308308
if not self.with_ctdb:
309309
return {}

0 commit comments

Comments
 (0)