Skip to content

Commit eca638b

Browse files
committed
Lint.
1 parent 7b3b48d commit eca638b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_source_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,6 +1313,7 @@ class Main(BaseSettings):
13131313

13141314
assert CliApp.run(Main, cli_args=['789']).model_dump() == {'value': 789}
13151315

1316+
13161317
def test_cli_enums(capsys, monkeypatch):
13171318
class Pet(IntEnum):
13181319
dog = 0

0 commit comments

Comments
 (0)