Skip to content

Commit 3de8cf9

Browse files
committed
Sort imports
1 parent ee90acc commit 3de8cf9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/wagtail_tinytableblock/blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import json
22

3+
from collections.abc import Iterable
34
from typing import Any
45

56
from django import forms
67
from django.forms import Media
78
from django.utils.functional import cached_property
8-
from collections.abc import Iterable
99
from wagtail.blocks import Block, FieldBlock, StructBlock
1010
from wagtail.blocks.field_block import CharBlock, FieldBlockAdapter
1111

tests/test_blocks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
from django.test import TestCase
21
from unittest import skipIf
2+
3+
from django.test import TestCase
34
from wagtail import VERSION as WAGTAIL_VERSION
45

56
from wagtail_tinytableblock.blocks import TinyTableBlock

0 commit comments

Comments
 (0)