Skip to content

Commit

Permalink
chore(test_utils.py): delete useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaiejj committed Apr 13, 2023
1 parent f51e8fe commit 4c0c00e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ def test_custom_cfgs_to_dict():
assert custom_cfgs['digit'] == int(unparsed_args['digit'])


test_custom_cfgs_to_dict()


def test_config():
"""Test config"""
cfg = Config(a=1, b={'c': 2})
Expand Down

0 comments on commit 4c0c00e

Please sign in to comment.