Skip to content

Commit 2039586

Browse files
committed
chore: fix lint errors
1 parent f5b3642 commit 2039586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_local_api_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
import asyncio
44
import json
55
import logging
6+
import warnings
67
from collections.abc import AsyncGenerator, Callable, Generator
78
from queue import Queue
89
from typing import Any
910
from unittest.mock import Mock, patch
10-
import warnings
1111

1212
import pytest
1313
import syrupy

0 commit comments

Comments
 (0)