Skip to content

Commit

Permalink
making PR feedback changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SwapnilShahGit committed Dec 20, 2022
1 parent be28b36 commit d94e7cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,5 @@ venv.bak/

# mypy
.mypy_cache/

.DS_Store/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Yahoo Fantasy Sports API is difficult to comprehend, has [this strange one-page documentation setup](https://developer.yahoo.com/fantasysports/guide/) that is hard to navigate, and seems to only want to conform to a small portion of the OAuth spec. This library/SDK makes your life easier if you want to write an app that interfaces with the Yahoo Fantasy Sports API.

This library will, in theory, work for any Yahoo Fantasy Sports API leagues/teams. It contains some common constructs and helper methods for head-to-head leagues and the sports of NFL 🏈, MLB ⚾, and NBA πŸ€ at this time. More sports and league types are planned for the future.
This library will, in theory, work for any Yahoo Fantasy Sports API leagues/teams. It contains some common constructs and helper methods for head-to-head leagues and the sports of NFL 🏈, MLB ⚾, NHL πŸ’ and NBA πŸ€ at this time. More sports and league types are planned for the future.

## Table of Contents

Expand Down
3 changes: 1 addition & 2 deletions yahoofantasy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@
from .resources.week import Week # noqa: F401
from .stats.stat import Stat # noqa: F401

__version__ = "1.3.2"

__version__ = "1.3.1"

0 comments on commit d94e7cc

Please sign in to comment.