akhil-vaidya commited on
Commit
26a7c11
1 Parent(s): df9679a

Commit message 1

Browse files
Files changed (2) hide show
  1. .github/workflows/main.yml +0 -1
  2. tests.py +1 -2
.github/workflows/main.yml CHANGED
@@ -3,7 +3,6 @@ on:
3
  push:
4
  branches: [main]
5
 
6
- # to run this workflow manually from the Actions tab
7
  workflow_dispatch:
8
 
9
  jobs:
 
3
  push:
4
  branches: [main]
5
 
 
6
  workflow_dispatch:
7
 
8
  jobs:
tests.py CHANGED
@@ -229,5 +229,4 @@ class TestDocument(unittest.TestCase):
229
  self.assertFalse(result)
230
 
231
  if __name__ == '__main__':
232
- print("OK")
233
- # unittest.main()
 
229
  self.assertFalse(result)
230
 
231
  if __name__ == '__main__':
232
+ print("OK")