Skip to content

Commit

Permalink
feat: Update .gitignore and remove unused imports in bet_analyzer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Simatwa committed Jul 6, 2024
1 parent fd45909 commit 6ff040b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
*assets
*.comments
#*comments
test.py
test-*.py
2 changes: 0 additions & 2 deletions smartbets_API/bet_analyzer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from .bet_common import logging, getInt, tScore
from .tertiary_bet import tertiary
import os
import re


class analyze:
Expand Down

0 comments on commit 6ff040b

Please sign in to comment.