diff --git a/src/codegate/config.py b/src/codegate/config.py index dbe17fff..43bd5db1 100644 --- a/src/codegate/config.py +++ b/src/codegate/config.py @@ -360,5 +360,5 @@ def load( return config @classmethod - def get_config(cls): + def get_config(cls) -> "Config": return cls.__config