@@ -30,7 +30,7 @@ class Gates:
self._json_path: str = json_path
self._gates: dict[str, _Gate] = self._load_gates()
def _load_gates(self):
def _load_gates(self) -> dict[str, _Gate]:
try:
with open(self._json_path, "r") as file:
gates_data = json.load(file)
The note is not visible to the blocked user.