Skip to content

Commit 4d2ca42

Browse files
committed
Adds comment about required sync w/ other enum
1 parent 805e53d commit 4d2ca42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zeratool_lib/zeratool_lib.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434

3535

3636
class ZeratoolInputStreams(Enum):
37+
"""Sync names with commons.input_streams.InputStreams."""
38+
3739
STDIN = "STDIN"
3840
ARGUMENTS = "ARG"
3941

0 commit comments

Comments
 (0)