aboutsummaryrefslogtreecommitdiff
path: root/include/py/homekit/database/_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'include/py/homekit/database/_base.py')
-rw-r--r--include/py/homekit/database/_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/py/homekit/database/_base.py b/include/py/homekit/database/_base.py
index c01e62b..dcec9da 100644
--- a/include/py/homekit/database/_base.py
+++ b/include/py/homekit/database/_base.py
@@ -1,7 +1,7 @@
import os
-def get_data_root_directory(name: str) -> str:
+def get_data_root_directory() -> str:
return os.path.join(
os.environ['HOME'],
'.config',