Skip to content

Commit

Permalink
lint python files
Browse files Browse the repository at this point in the history
  • Loading branch information
bleepbop committed Mar 12, 2023
1 parent 9e67a3c commit 1ef08f6
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/layout_files/assist_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
)
]
)
]
]
2 changes: 1 addition & 1 deletion src/layout_files/blocks_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
)
]
)
]
]
2 changes: 1 addition & 1 deletion src/layout_files/field_goal_percent_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
)
]
)
]
]
2 changes: 1 addition & 1 deletion src/layout_files/free_throw_percent_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
)
]
)
]
]
2 changes: 1 addition & 1 deletion src/layout_files/points_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
)
]
),
]
]
2 changes: 1 addition & 1 deletion src/layout_files/rebounds_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
)
]
)
]
]
2 changes: 1 addition & 1 deletion src/layout_files/steals_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
)
]
)
]
]
2 changes: 1 addition & 1 deletion src/layout_files/three_point_field_goal_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
)
]
)
]
]
2 changes: 1 addition & 1 deletion src/layout_files/turnovers_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
)
]
)
]
]
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from layout_files.free_throw_percent_plots import FREE_THROW_PERCENT_LAYOUT
from layout_files.rebounds_plots import REBOUNDS_LAYOUT
from layout_files.steals_plots import STEALS_LAYOUT
from layout_files.three_point_field_goal_plots import THREE_POINT_FIELD_GOALS_LAYOUT
from layout_files.three_point_field_goal_plots import THREE_POINT_FIELD_GOALS_LAYOUT # noqa: E501
from layout_files.turnovers_plots import TURNOVERS_LAYOUT


Expand Down

0 comments on commit 1ef08f6

Please sign in to comment.