Skip to content

Commit 049d555

Browse files
committed
Retry3
1 parent 092fdd3 commit 049d555

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

patterns/other/blackboard.py

+2-9
Original file line numberDiff line numberDiff line change
@@ -123,19 +123,12 @@ def main():
123123
['Student',
124124
'Scientist',
125125
'Student',
126-
'Student',
127-
'Scientist',
128-
'Student',
129-
'Scientist',
130-
'Student',
131-
'Student',
132-
'Scientist',
133-
'Professor']
126+
'Student',]
134127
"""
135128

136129

137130
if __name__ == "__main__":
138-
#random.seed(1234) # for deterministic doctest outputs
131+
random.seed(1234) # for deterministic doctest outputs
139132
import doctest
140133

141134
doctest.testmod()

0 commit comments

Comments
 (0)