Skip to content

Commit 31bfb2f

Browse files
committed
formatter
1 parent 45271b2 commit 31bfb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/discovery/discover_unit_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737

3838
@final
39-
class PytestExitCode(enum.IntEnum): # don't need to import entire pytest just for this
39+
class PytestExitCode(enum.IntEnum): # don't need to import entire pytest just for this
4040
#: Tests passed.
4141
OK = 0
4242
#: Tests failed.

0 commit comments

Comments
 (0)