Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
mski-iksm committed Nov 9, 2023
1 parent 0924d54 commit a701647
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_redis_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

import fakeredis

from gokart.redis_lock import RedisClient, RedisParams, make_redis_key, make_redis_params, wrap_with_dump_lock, wrap_with_load_lock, wrap_with_remove_lock, wrap_with_run_lock
from gokart.redis_lock import (RedisClient, RedisParams, make_redis_key, make_redis_params, wrap_with_dump_lock, wrap_with_load_lock, wrap_with_remove_lock,
wrap_with_run_lock)


class TestRedisClient(unittest.TestCase):
Expand Down

0 comments on commit a701647

Please sign in to comment.