Skip to content

Commit

Permalink
fix: unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <[email protected]>
  • Loading branch information
dbluhm committed Feb 26, 2024
1 parent 06358d5 commit 586e8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/setup/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from httpx import AsyncClient

from controller.controller import Controller
from controller.models import InvitationRecord, ConnRecord
from controller.models import InvitationRecord

PROXY = getenv("PROXY", "http://localhost:3000")
AGENT = getenv("AGENT", "http://localhost:3001")
Expand Down

0 comments on commit 586e8ce

Please sign in to comment.