Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
laixintao committed Feb 16, 2024
1 parent aec421f commit 3f39b7e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/unittests/test_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,12 @@ def test_command_shell_options_higher_priority():
from iredis.config import config
from textwrap import dedent

config_content = dedent("""
config_content = dedent(
"""
[main]
shell = False
""")
"""
)
with open("/tmp/iredisrc", "w+") as etc_config:
etc_config.write(config_content)

Expand Down

0 comments on commit 3f39b7e

Please sign in to comment.