Skip to content

Commit

Permalink
isort on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Sep 17, 2024
1 parent f84fc50 commit 7815a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cache/test_redis_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
from unittest.mock import Mock

from antarest.core.cache.business.redis_cache import RedisCache, RedisCacheElement
from antarest.study.storage.rawstudy.model.filesystem.config.model import Area, FileStudyTreeConfigDTO
from antarest.core.serialization.utils import from_json
from antarest.study.storage.rawstudy.model.filesystem.config.model import Area, FileStudyTreeConfigDTO


def test_lifecycle():
Expand Down

0 comments on commit 7815a80

Please sign in to comment.