Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #93 from qstokkink/fix_mypy_lt_url
Browse files Browse the repository at this point in the history
Fixed libtorrent types URL for mypy
  • Loading branch information
qstokkink authored Jul 1, 2024
2 parents 5d89d31 + aa7647e commit 10a023b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
run: pip install mypy
- name: Run mypy
run: |
wget -O libtorrent.pyi https://github.com/arvidn/libtorrent/raw/master/bindings/python/install_data/libtorrent/__init__.pyi
wget -O libtorrent.pyi https://github.com/arvidn/libtorrent/raw/master/bindings/python/libtorrent/__init__.pyi
mypy -p src.tribler.core

0 comments on commit 10a023b

Please sign in to comment.