Skip to content

Commit 3d43e1e

Browse files
fix(usage): usage shouldn't be over 100%
1 parent a16ebd8 commit 3d43e1e

File tree

289 files changed

+295
-295
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

289 files changed

+295
-295
lines changed

README.md

Lines changed: 2 additions & 2 deletions

cfbd/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
88
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
99
10-
The version of the OpenAPI document: 5.6.15
10+
The version of the OpenAPI document: 5.6.16
1111
Contact: admin@collegefootballdata.com
1212
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313
1414
Do not edit the class manually.
1515
""" # noqa: E501
1616

1717

18-
__version__ = "5.6.15"
18+
__version__ = "5.6.16"
1919

2020
# import apis into sdk package
2121
from cfbd.api.adjusted_metrics_api import AdjustedMetricsApi

cfbd/api/adjusted_metrics_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.15
8+
The version of the OpenAPI document: 5.6.16
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/betting_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.15
8+
The version of the OpenAPI document: 5.6.16
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/coaches_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.15
8+
The version of the OpenAPI document: 5.6.16
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/conferences_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.15
8+
The version of the OpenAPI document: 5.6.16
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/draft_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.15
8+
The version of the OpenAPI document: 5.6.16
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/drives_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.15
8+
The version of the OpenAPI document: 5.6.16
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/games_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.15
8+
The version of the OpenAPI document: 5.6.16
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/metrics_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.15
8+
The version of the OpenAPI document: 5.6.16
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

0 commit comments

Comments
 (0)