Skip to content

Commit c2948a5

Browse files
committed
satisfy isort 😤
1 parent bf65e93 commit c2948a5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_libzim_creator.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python
2+
23
from __future__ import annotations
34

45
import base64
@@ -10,8 +11,9 @@
1011
import subprocess
1112
import sys
1213

13-
import libzim.writer
1414
import pytest
15+
16+
import libzim.writer
1517
from libzim.reader import Archive
1618
from libzim.search import Query, Searcher
1719
from libzim.suggestion import SuggestionSearcher

0 commit comments

Comments
 (0)