diff --git a/src/layout_files/assist_plots.py b/src/layout_files/assist_plots.py index b00eb7c..d6a8f22 100644 --- a/src/layout_files/assist_plots.py +++ b/src/layout_files/assist_plots.py @@ -48,4 +48,4 @@ ) ] ) -] \ No newline at end of file +] diff --git a/src/layout_files/blocks_plots.py b/src/layout_files/blocks_plots.py index 0289385..096dd3a 100644 --- a/src/layout_files/blocks_plots.py +++ b/src/layout_files/blocks_plots.py @@ -48,4 +48,4 @@ ) ] ) -] \ No newline at end of file +] diff --git a/src/layout_files/field_goal_percent_plots.py b/src/layout_files/field_goal_percent_plots.py index 8b40716..bb47799 100644 --- a/src/layout_files/field_goal_percent_plots.py +++ b/src/layout_files/field_goal_percent_plots.py @@ -48,4 +48,4 @@ ) ] ) -] \ No newline at end of file +] diff --git a/src/layout_files/free_throw_percent_plots.py b/src/layout_files/free_throw_percent_plots.py index 7704ed2..52de9f4 100644 --- a/src/layout_files/free_throw_percent_plots.py +++ b/src/layout_files/free_throw_percent_plots.py @@ -48,4 +48,4 @@ ) ] ) -] \ No newline at end of file +] diff --git a/src/layout_files/points_plots.py b/src/layout_files/points_plots.py index 4fb2b1a..7bb9587 100644 --- a/src/layout_files/points_plots.py +++ b/src/layout_files/points_plots.py @@ -48,4 +48,4 @@ ) ] ), -] \ No newline at end of file +] diff --git a/src/layout_files/rebounds_plots.py b/src/layout_files/rebounds_plots.py index beb40ec..ed63ff3 100644 --- a/src/layout_files/rebounds_plots.py +++ b/src/layout_files/rebounds_plots.py @@ -47,4 +47,4 @@ ) ] ) -] \ No newline at end of file +] diff --git a/src/layout_files/steals_plots.py b/src/layout_files/steals_plots.py index e419ee3..094b120 100644 --- a/src/layout_files/steals_plots.py +++ b/src/layout_files/steals_plots.py @@ -48,4 +48,4 @@ ) ] ) -] \ No newline at end of file +] diff --git a/src/layout_files/three_point_field_goal_plots.py b/src/layout_files/three_point_field_goal_plots.py index ab8d84b..59eb7e7 100644 --- a/src/layout_files/three_point_field_goal_plots.py +++ b/src/layout_files/three_point_field_goal_plots.py @@ -48,4 +48,4 @@ ) ] ) -] \ No newline at end of file +] diff --git a/src/layout_files/turnovers_plots.py b/src/layout_files/turnovers_plots.py index 11fa516..3c5d22a 100644 --- a/src/layout_files/turnovers_plots.py +++ b/src/layout_files/turnovers_plots.py @@ -48,4 +48,4 @@ ) ] ) -] \ No newline at end of file +] diff --git a/src/main.py b/src/main.py index 6b30ce5..2f8ce6b 100644 --- a/src/main.py +++ b/src/main.py @@ -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