Skip to content

Commit

Permalink
Satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Feb 11, 2025
1 parent e0d4f00 commit 8243c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tiled/server/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

from ..structures.array import ArrayStructure
from ..structures.awkward import AwkwardStructure
from ..structures.sparse import SparseStructure
from ..structures.table import TableStructure
from ..structures.core import StructureFamily
from ..structures.data_source import Management
from ..structures.sparse import SparseStructure
from ..structures.table import TableStructure

if TYPE_CHECKING:
import tiled.authn_database.orm
Expand Down

0 comments on commit 8243c25

Please sign in to comment.