Skip to content

Commit

Permalink
🔃 iDon'tSort
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezzsim committed Nov 21, 2024
1 parent e5c83ed commit b4288a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tiled/client/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
from functools import wraps
from pathlib import Path

import platformdirs
import httpx
import platformdirs

from .utils import SerializableLock, TiledResponse

Expand Down
2 changes: 1 addition & 1 deletion tiled/client/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import warnings
from pathlib import Path

import platformdirs
import httpx
import platformdirs

from .._version import __version__ as tiled_version
from ..utils import UNSET, DictView
Expand Down
2 changes: 1 addition & 1 deletion tiled/profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
from functools import lru_cache
from pathlib import Path

import platformdirs
import jsonschema
import platformdirs

from .utils import parse

Expand Down

0 comments on commit b4288a7

Please sign in to comment.