Skip to content

Commit

Permalink
Remove require of unused async_generator
Browse files Browse the repository at this point in the history
  • Loading branch information
WangGithubUser committed Aug 1, 2023
1 parent 9ac49ff commit 2057a31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pyre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
pip install --upgrade pip
pip install -r requirements.txt
pip install cython flask flask_cors graphql-core async_generator
pip install cython flask flask_cors graphql-core
VERSION=$(grep "version" .pyre_configuration | sed -n -e 's/.*\(0\.0\.[0-9]*\).*/\1/p')
pip install pyre-check-nightly==$VERSION
Expand Down
3 changes: 0 additions & 3 deletions .pyre_configuration
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
"pyre_extensions/safe_json.py"
],
"search_path": [
{
"site-package": "async_generator"
},
{
"site-package": "click"
},
Expand Down

0 comments on commit 2057a31

Please sign in to comment.