Skip to content

Commit 331d50a

Browse files
committed
sanic
1 parent 5f35f80 commit 331d50a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integrations/sanic/test_sanic.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
import os
44
import random
55
import sys
6-
from typing import Any, Iterable, Optional
7-
from collections.abc import Container
6+
from typing import Any, Iterable, Optional, Container
87
from unittest.mock import Mock
98

109
import pytest

0 commit comments

Comments
 (0)