Skip to content

Commit 8984b6a

Browse files
authored
Fix indentation for main function call
Fix whitespace and formatting issues
1 parent 473fca7 commit 8984b6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

machine_learning/xgboost_classifier.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,5 @@ def main() -> None:
7373

7474
if __name__ == "__main__":
7575
import doctest
76-
7776
doctest.testmod(verbose=True)
7877
main()

0 commit comments

Comments
 (0)