Skip to content

Commit 51d0cb5

Browse files
styling
1 parent 9e7876a commit 51d0cb5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/test_type_inference.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
CliFile,
77
CliFloat,
88
CliInteger,
9-
CliString
9+
CliString,
1010
)
1111
from acclimatise.model import infer_type
1212

@@ -30,8 +30,8 @@
3030
("output file", CliFile, True),
3131
("folder", CliDir, False),
3232
("directory", CliDir, False),
33-
("output directory", CliDir, True)
34-
]
33+
("output directory", CliDir, True),
34+
],
3535
)
3636
def test_type_inference(string, typ, isoutput):
3737
inferred_type = infer_type(string)

0 commit comments

Comments
 (0)