Skip to content

Commit

Permalink
Better name for module to use if timeouts aren't available (#5063)
Browse files Browse the repository at this point in the history
  • Loading branch information
pekkaklarck committed Mar 17, 2024
1 parent 210daa1 commit 26cde0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/robot/running/timeouts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
from .windows import Timeout
else:
try:
from .posix import Timeout
from .posix import Timeoutx
except ImportError:
from .dummy import Timeout
from .nosupport import Timeout


class _Timeout(Sortable):
Expand Down
File renamed without changes.

0 comments on commit 26cde0e

Please sign in to comment.