Skip to content

Commit f4b3fd8

Browse files
style(pre-commit.ci): auto fixes [...]
1 parent 137880e commit f4b3fd8

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from unittest.mock import patch
55

66
import pytest
7+
78
from pyconify import _cache, api, get_cache_directory
89

910

tests/test_cache.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
from typing import Iterator
44
from unittest.mock import patch
55

6-
import pyconify
76
import pytest
87
import requests
8+
9+
import pyconify
910
from pyconify import _cache
1011
from pyconify._cache import _SVGCache, clear_cache, get_cache_directory
1112

tests/test_freedesktop.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from typing import TYPE_CHECKING
44

55
import pytest
6+
67
from pyconify import freedesktop_theme
78

89
if TYPE_CHECKING:

tests/test_pyconify.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
from pathlib import Path
22

3-
import pyconify
43
import pytest
54

5+
import pyconify
6+
67

78
def test_collections() -> None:
89
result = pyconify.collections("bi", "fa")

0 commit comments

Comments
 (0)