We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007ea13 commit 14c2f80Copy full SHA for 14c2f80
src/codegate/config.py
@@ -360,5 +360,5 @@ def load(
360
return config
361
362
@classmethod
363
- def get_config(cls):
+ def get_config(cls) -> "Config":
364
return cls.__config
0 commit comments