Skip to content

Commit

Permalink
style: fixing linter E126, E121
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiagoPanini committed Sep 12, 2023
1 parent a1a70c7 commit 3be66a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nbaflow/players.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ def get_players_info(self, active_players: bool = True) -> pd.DataFrame:

# Getting players information
df_players = commonallplayers.CommonAllPlayers(
timeout=self.request_timeout
).common_all_players.get_data_frame()
timeout=self.request_timeout
).common_all_players.get_data_frame()

# Preparing the DataFrame columns
df_players.columns = [
Expand Down

0 comments on commit 3be66a6

Please sign in to comment.