Skip to content

Commit

Permalink
improve timeout types
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Jun 9, 2024
1 parent 2703b55 commit a9c78ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

import pytest

from transmission_rpc import from_url, utils
from transmission_rpc.constants import DEFAULT_TIMEOUT, LOGGER
from transmission_rpc import DEFAULT_TIMEOUT, from_url, utils
from transmission_rpc.constants import LOGGER


def assert_almost_eq(value: float, expected: float):
Expand Down

0 comments on commit a9c78ec

Please sign in to comment.