Skip to content

Commit

Permalink
removed experimental exception in player.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JackMa222 committed Jan 12, 2024
1 parent c7c8544 commit 2c09fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espncricinfo/player.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import requests
from bs4 import BeautifulSoup
import dateparser
from espncricinfo.exceptions import PlayerNotFoundError, TeamNotFoundError
from espncricinfo.exceptions import PlayerNotFoundError
from espncricinfo.match import Match
import csv

Expand Down

0 comments on commit 2c09fee

Please sign in to comment.