-
-
Notifications
You must be signed in to change notification settings - Fork 919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix warning in Pyright ("Repo" not exported from module "git") #1656
Comments
I think this happens because Line 64 in c8e303f
Although There are some other places where |
Thanks for posting, and thanks for the analysis @EliahKagan! Spelling out |
This issue is resolved with #1659 |
In Pyright, the following line of code causes the following error:
Error:
![image](https://private-user-images.githubusercontent.com/11021263/267173895-a5dc9f1f-000b-454b-8df4-6454099ed4ea.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNjM1MzEsIm5iZiI6MTczOTA2MzIzMSwicGF0aCI6Ii8xMTAyMTI2My8yNjcxNzM4OTUtYTVkYzlmMWYtMDAwYi00NTRiLThkZjQtNjQ1NDA5OWVkNGVhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDAxMDcxMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMxZmYyZDNmMjA1ZTYzNDQwOGRhYTkxZWVkZTA1ZWZmNDFiZjM2YTk2NDQyYzhmMzU0NTY1NjQ5NGNmMGFiYTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.2M23bqmLtCH_h_E8Ai0MvKmLcWWoGuUSwNRmx0QiIBI)
The text was updated successfully, but these errors were encountered: