Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(robot-server): Utilize unsubscribe flags for dynamic topics #14620

Merged
merged 13 commits into from
Mar 12, 2024
Prev Previous commit
Next Next commit
lint
  • Loading branch information
mjhuff committed Mar 11, 2024
commit f115d405ef040bfb0ef977f2306133e1131ee9dc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import paho.mqtt.client as mqtt
from anyio import to_thread
from fastapi import Depends
from typing import Any, Dict, Optional, Union
from typing import Any, Dict, Optional
from enum import Enum

from ..json_api import NotifyRefetchBody, NotifyUnsubscribeBody
Expand Down
Loading