Skip to content

Commit

Permalink
style: sort some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Nov 21, 2024
1 parent d3afad2 commit 6ace046
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_iter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import json

import pytest
from json_arrays import json_iter, jsonl_iter

from json_arrays import json_iter, jsonl_iter
from tests.utils import compare_iters

DATA = [
Expand Down
3 changes: 2 additions & 1 deletion tests/test_json_arrays_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
from typing import Optional
from unittest.mock import patch

import json_arrays
import pytest

import json_arrays
from json_arrays import files
from json_arrays.utility import JsonFormat

Expand Down
1 change: 1 addition & 0 deletions tests/test_utility.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest

from json_arrays.utility import get_name_of_file, is_bzip2, is_gzip, is_jsonl


Expand Down
1 change: 1 addition & 0 deletions tests/unit/test_filenames.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest

from json_arrays.utility import is_jsonl


Expand Down

0 comments on commit 6ace046

Please sign in to comment.