Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
laixintao committed Feb 15, 2024
1 parent 737b36f commit 18433b3
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 18433b3

Please sign in to comment.