Skip to content

Commit a0851a6

Browse files
committed
fix bug introduced by merge resolution
1 parent 7b302ce commit a0851a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_rtc_core/rooms/yroom_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
from __future__ import annotations
12
from typing import Any, Dict, Optional
23
from traitlets import HasTraits, Instance, default
3-
from __future__ import annotations
44

55
from .yroom import YRoom
66
from typing import TYPE_CHECKING

0 commit comments

Comments
 (0)