Skip to content

Commit 4a8c7b0

Browse files
committed
linting
1 parent 9d32eb1 commit 4a8c7b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

causal_testing/generation/enum_gen.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
"""This module contains the class EnumGen, which allows us to easily create generating uniform distributions from enums."""
1+
"""This module contains the class EnumGen, which allows us to easily create
2+
generating uniform distributions from enums."""
23

34
from enum import Enum
45
from scipy.stats import rv_discrete

0 commit comments

Comments
 (0)