Skip to content

Commit cdeda65

Browse files
Bhrigu SrivastavaBhrigu Srivastava
authored andcommitted
remove function call
1 parent db44822 commit cdeda65

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

classifier/classifier.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#!/usr/bin/env python
22

33
""" Classifier
4-
5-
----------------Authors----------------
4+
----------------Contributors----------------
5+
https://github.com/bhrigu123/classifier/graphs/contributors
6+
----------------Maintainer----------------
67
Bhrigu Srivastava <captain.bhrigu@gmail.com>
7-
----------------Licence----------------
8+
----------------License----------------
89
The MIT License [https://opensource.org/licenses/MIT]
910
Copyright (c) 2015 Bhrigu Srivastava http://bhrigu123.github.io
1011
@@ -262,5 +263,3 @@ def run(self):
262263
print("Done!\n")
263264
return True
264265

265-
266-
main()

0 commit comments

Comments
 (0)