Skip to content

Commit

Permalink
Import iterable.
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Jun 11, 2023
1 parent 0af03b4 commit e7ee981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import threading
import time
from datetime import timedelta
from typing import List, Union, cast
from typing import Iterable, List, Union, cast
from unittest.mock import patch

import pytest
Expand Down

0 comments on commit e7ee981

Please sign in to comment.