PratikGautam commited on
Commit
0849da0
·
verified ·
1 Parent(s): e3a3138

Update witness.py

Browse files
Files changed (1) hide show
  1. witness.py +1 -4
witness.py CHANGED
@@ -1,4 +1,3 @@
1
- ```python
2
  """
3
  witness.py
4
  Pure noticing in the spirit of Axiom II.5:
@@ -45,6 +44,4 @@ if __name__ == "__main__":
45
  for n in witness(demo_stream):
46
  print(" noticed:", n)
47
 
48
-
49
- print("Witnessing complete.")
50
-
 
 
1
  """
2
  witness.py
3
  Pure noticing in the spirit of Axiom II.5:
 
44
  for n in witness(demo_stream):
45
  print(" noticed:", n)
46
 
47
+ print("Witnessing complete.")