Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dwreeves committed Oct 2, 2023
1 parent e5a8911 commit 13860e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_help.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from importlib import reload
from typing import Optional, Type

import click
Expand Down Expand Up @@ -249,7 +248,6 @@ def cli():


def test_rich_config_max_width(invoke: InvokeCli, assert_str: AssertStr):
reload(rc)
rc.WIDTH = 100
rc.MAX_WIDTH = 64

Expand Down

0 comments on commit 13860e1

Please sign in to comment.