Skip to content

Commit

Permalink
tests/integration: address urwid deprecation warning (cylc#6063)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders authored Apr 10, 2024
1 parent eca0b21 commit 4b70574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tui/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from uuid import uuid1

import pytest
from urwid import html_fragment
from urwid.display import html_fragment

from cylc.flow.id import Tokens
from cylc.flow.tui.app import TuiApp
Expand Down

0 comments on commit 4b70574

Please sign in to comment.