Skip to content

Commit 1211831

Browse files
committed
ASA-213: Run black
1 parent 6099beb commit 1211831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-package/itscalledsoccer/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def _convert_name_to_id(self, type: str, name: str) -> str:
9393
elif type == "team":
9494
lookup = self.teams
9595
names = self.teams["team_name"].to_list()
96-
96+
9797
# Getting back nan from the API for some names
9898
names = [n for n in names if pd.isnull(n) == False]
9999

0 commit comments

Comments
 (0)